Analytics

  • The analytics subsytem. By default, the analytics library will automatically track the First Launch, Session Start, and Session End events.

    See more

    Declaration

    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 more

    Declaration

    Swift

    @protocol IAnalyticsTracker