• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
AnalyticsEvent Enum Reference

Description

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.

Public Attributes

 FEATURE_ACTIVE =(1000)
 
 FEATURE_INACTIVE =(1001)
 
 ADOPTION_EVENT =(1002)
 

Member Data Documentation

◆ FEATURE_ACTIVE

FEATURE_ACTIVE =(1000)

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

◆ FEATURE_INACTIVE

FEATURE_INACTIVE =(1001)

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

◆ ADOPTION_EVENT

ADOPTION_EVENT =(1002)

Record events or actions which occur in your application.