-
- All Implemented Interfaces:
public class FTUEAgreementsEvent extends ApplicationEventFTUEAgreementsEvent Schema model object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumFTUEAgreementsEvent.FTUEAgreementsActionpublic classFTUEAgreementsEvent.Builder
-
Method Summary
Modifier and Type Method Description FTUEAgreementsEvent.FTUEAgreementsActiongetAction()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 StringgetSdcardCid()SD card CID AboutNavigationActiongetTrigger()Log WELCOME when the value prop screen is displayed; Log VERIFICATION_COMPLETE when ALL DONE, LETS GET STARTED screen is displayed InteractionMethodValuegetInteractionMethod()for each user interaction log the interaction method EventTypegetEventType()Get FTUEAgreementsEvent's EventType static FTUEAgreementsEvent.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
-
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()
-
-
-
-