Analytics
-
The analytics subsytem. By default, the analytics library will automatically track the First Launch, Session Start, and Session End events.
See moreDeclaration
Swift
@interface AnalyticsAPI : NSObject <IAnalyticsTracker> -
The version string of the analytics system.
Declaration
Swift
extern NSString *const _Nonnull DARKMATTER_ANALYTICS_VERSION
-
Protocol implemented by classes that can send analytics events.
See moreDeclaration
Swift
@protocol IAnalyticsTracker
Analytics Reference