mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 17:43:17 +00:00
* Opt-out of Google Analytics * Move OptOut to Other in Settings * Change OptOut Order and Resource key
This commit is contained in:
@@ -11,5 +11,6 @@ namespace Bit.App.Abstractions
|
||||
void TrackEvent(string category, string eventName, string label = null);
|
||||
void TrackException(string message, bool fatal);
|
||||
void Dispatch(Action completionHandler = null);
|
||||
void SetAppOptOut(bool optOut);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user