Méthode | Description | |
---|---|---|
AnalyticsOptInStateChanged ( ) : void |
Called when the user changes the opt-in state to invalidate the state of the reporter.
|
|
EnsureAnalyticsOptIn ( ) : void |
Ensures that the opt-in dialog is shown to the user.
|
|
ReportEvent ( AnalyticsEvent eventData ) : void |
Called to report an interesting event to analytics. If there's a queue of events it will be flushed as well.
|
Méthode | Description | |
---|---|---|
CreateReporter ( ) : IEventsReporter |
public static AnalyticsOptInStateChanged ( ) : void | ||
Résultat | void |
public static EnsureAnalyticsOptIn ( ) : void | ||
Résultat | void |
public static ReportEvent ( AnalyticsEvent eventData ) : void | ||
eventData | AnalyticsEvent | |
Résultat | void |