-
- All Implemented Interfaces:
public class FTUEAgreementsEvent extends ApplicationEvent
FTUEAgreementsEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
FTUEAgreementsEvent.FTUEAgreementsAction
public class
FTUEAgreementsEvent.Builder
-
Method Summary
Modifier and Type Method Description FTUEAgreementsEvent.FTUEAgreementsAction
getAction()
Log DISPLAY when the screen is displayed;Log DONE or SEE_MY_INVITE when the corresponding option is clicked;Log SIGNUP when the button is clicked on the value prop screen String
getSdcardCid()
SD card CID AboutNavigationAction
getTrigger()
Log WELCOME when the value prop screen is displayed; Log VERIFICATION_COMPLETE when ALL DONE, LETS GET STARTED screen is displayed InteractionMethodValue
getInteractionMethod()
for each user interaction log the interaction method EventType
getEventType()
Get FTUEAgreementsEvent's EventType static FTUEAgreementsEvent.Builder
builder()
-
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
-
getAction
FTUEAgreementsEvent.FTUEAgreementsAction getAction()
Log DISPLAY when the screen is displayed;Log DONE or SEE_MY_INVITE when the corresponding option is clicked;Log SIGNUP when the button is clicked on the value prop screen
-
getSdcardCid
String getSdcardCid()
SD card CID
-
getTrigger
AboutNavigationAction getTrigger()
Log WELCOME when the value prop screen is displayed; Log VERIFICATION_COMPLETE when ALL DONE, LETS GET STARTED screen is displayed
-
getInteractionMethod
InteractionMethodValue getInteractionMethod()
for each user interaction log the interaction method
-
getEventType
EventType getEventType()
Get FTUEAgreementsEvent's EventType
-
builder
static FTUEAgreementsEvent.Builder builder()
-
-
-
-