-
- All Implemented Interfaces:
public class AppActivatedEvent extends ApplicationEventAppActivated Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAppActivatedEvent.Builder
-
Method Summary
Modifier and Type Method Description AppActivatedTriggerTypegetTrigger()Required Entry point from which the app was launched. StringgetCausedBy()A short description of the action that caused the app to be activated LaunchDisplayTypegetDisplayScreen()Required .. EventTypegetEventType()Get EventType. static AppActivatedEvent.Builderbuilder()-
Methods inherited from class com.telenav.sdk.datacollector.model.event.ApplicationEvent
getEventData -
Methods inherited from class com.telenav.sdk.datacollector.model.event.Event
getFormatType, getLogContext -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTrigger
AppActivatedTriggerType getTrigger()
Required Entry point from which the app was launched. If a user launced the app from a Facebook link, the trigger would be FB
-
getCausedBy
String getCausedBy()
A short description of the action that caused the app to be activated
-
getDisplayScreen
LaunchDisplayType getDisplayScreen()
Required .. The screen displayed on app activation. This would be different depending on whether the user launched the app from a shortcut, background or meetup link
-
getEventType
EventType getEventType()
Get EventType.
-
builder
static AppActivatedEvent.Builder builder()
-
-
-
-