• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.1.2.58
BAFBlackberryAnalytics.h File Reference
#import <Foundation/Foundation.h>

Classes

class  BAFBlackberryAnalytics
 Class for BlackBerry Analytics. More...
 

Typedefs

typedef void(^ BAFAnalyticsResponseCompletion) (NSError *__nullable error) API_AVAILABLE(ios(9.0))
 Invoked when the track event operation completes (optional). More...
 

Enumerations

enum  BAFAnalyticsEvent {
  BAFFeatureActive = 1000,
  BAFFeatureInactive = 1001,
  BAFAdoptionEvent = 1002
}
 Analytics Event Type. More...
 

Typedef Documentation

◆ BAFAnalyticsResponseCompletion

typedef void(^ BAFAnalyticsResponseCompletion) (NSError *__nullable error) API_AVAILABLE(ios(9.0))
Parameters
errorThe BAFAnalyticsResponse error returned if the operation fails.

Enumeration Type Documentation

◆ BAFAnalyticsEvent

Use constants in this enumeration to indicate the type of analytics event being recorded. The methods BlackBerryAnalytics.trackFeatureEvent and BlackBerryAnalytics.trackApplicationEvent always require one of these eventTypes.

Enumerator
BAFFeatureActive 

Record the start of an event which has a specific end point.

BAFFeatureInactive 

Record the end of an event which has a specific start point.

BAFAdoptionEvent 

Record events or actions which occur in your application.