- SessionTracker - Class in com.microsoft.appcenter.analytics.channel
-
Decorator for channel, adding session semantic to logs.
- SessionTracker(Channel, String) - Constructor for class com.microsoft.appcenter.analytics.channel.SessionTracker
-
Init.
- set(String, boolean) - Method in class com.microsoft.appcenter.analytics.EventProperties
-
Set the specified property value with the specified key.
- set(String, Date) - Method in class com.microsoft.appcenter.analytics.EventProperties
-
Set the specified property value with the specified key.
- set(String, double) - Method in class com.microsoft.appcenter.analytics.EventProperties
-
Set the specified property value with the specified key.
- set(String, long) - Method in class com.microsoft.appcenter.analytics.EventProperties
-
Set the specified property value with the specified key.
- set(String, String) - Method in class com.microsoft.appcenter.analytics.EventProperties
-
Set the specified property value with the specified key.
- setAppLocale(String) - Method in class com.microsoft.appcenter.analytics.PropertyConfigurator
-
Override common schema Part A property App.Locale.
- setAppName(String) - Method in class com.microsoft.appcenter.analytics.PropertyConfigurator
-
Override common schema Part A property App.Name.
- setAppVersion(String) - Method in class com.microsoft.appcenter.analytics.PropertyConfigurator
-
Override common schema Part A property App.Version.
- setAutoPageTrackingEnabled(boolean) - Static method in class com.microsoft.appcenter.analytics.Analytics
-
If enabled (which is the default), automatic page tracking will call
Analytics.trackPage(String, Map)
automatically every time an activity is resumed, with a generated name and no properties.
- setEnabled(boolean) - Static method in class com.microsoft.appcenter.analytics.Analytics
-
Enable or disable Analytics service.
- setEnabledAsync(boolean) - Method in class com.microsoft.appcenter.analytics.AnalyticsTransmissionTarget
-
Enable or disable this target.
- setEventProperty(String, boolean) - Method in class com.microsoft.appcenter.analytics.PropertyConfigurator
-
Add or overwrite the given key for the common event properties.
- setEventProperty(String, Date) - Method in class com.microsoft.appcenter.analytics.PropertyConfigurator
-
Add or overwrite the given key for the common event properties.
- setEventProperty(String, double) - Method in class com.microsoft.appcenter.analytics.PropertyConfigurator
-
Add or overwrite the given key for the common event properties.
- setEventProperty(String, long) - Method in class com.microsoft.appcenter.analytics.PropertyConfigurator
-
Add or overwrite the given key for the common event properties.
- setEventProperty(String, String) - Method in class com.microsoft.appcenter.analytics.PropertyConfigurator
-
Add or overwrite the given key for the common event properties.
- setId(UUID) - Method in class com.microsoft.appcenter.analytics.ingestion.models.EventLog
-
Set the id value.
- setListener(AnalyticsListener) - Static method in class com.microsoft.appcenter.analytics.Analytics
-
Sets an analytics listener.
- setName(String) - Method in class com.microsoft.appcenter.analytics.ingestion.models.LogWithNameAndProperties
-
Set the name value.
- setTransmissionInterval(int) - Static method in class com.microsoft.appcenter.analytics.Analytics
-
Set transmission interval.
- setTypedProperties(List<TypedProperty>) - Method in class com.microsoft.appcenter.analytics.ingestion.models.EventLog
-
Set the typedProperties value.
- setUserId(String) - Method in class com.microsoft.appcenter.analytics.PropertyConfigurator
-
Set the user identifier.
- shouldFilter(Log) - Method in class com.microsoft.appcenter.analytics.channel.AnalyticsValidator
-
- StartSessionLog - Class in com.microsoft.appcenter.analytics.ingestion.models
-
Start session log.
- StartSessionLog() - Constructor for class com.microsoft.appcenter.analytics.ingestion.models.StartSessionLog
-
- StartSessionLogFactory - Class in com.microsoft.appcenter.analytics.ingestion.models.json
-
- StartSessionLogFactory() - Constructor for class com.microsoft.appcenter.analytics.ingestion.models.json.StartSessionLogFactory
-