inappmessaging / com.rakuten.tech.mobile.inappmessaging.runtime.data.models.appevents
Package com.rakuten.tech.mobile.inappmessaging.runtime.data.models.appevents
Types
| AppStartEvent | App start logEvent for host app to use. Host app can send this event after every app launch, including first launch, or resume. It is recommended to log this event in host app’s base activity’s onResume().class AppStartEvent :
BaseEvent
|
| BaseEvent | BaseEvent will be the base class of all local events objects, including CustomEvent. During initialization, constructor parameters will be checked for validity if there are reasons to believe that parameter could be invalid.abstract class BaseEvent :
Event
|
| CustomEvent | Logging custom event for client to use. Note: Please don’t use the same attribute’s name more than once because the new attribute will replace the old one.class CustomEvent :
BaseEvent
|
| Event | Interface of local events.interface Event
|
| LoginSuccessfulEvent | Login Successful Event for host app to use. Please note: this will trigger InAppMessaging SDK to update current session data to the new user.class LoginSuccessfulEvent :
BaseEvent
|
| PurchaseSuccessfulEvent | Purchase successful Event for host app to use.class PurchaseSuccessfulEvent :
BaseEvent
|