All Types

|

com.rakuten.tech.mobile.inappmessaging.runtime.data.models.appevents.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().

|

com.rakuten.tech.mobile.inappmessaging.runtime.data.models.Attribute

This class represents InAppMessaging’s custom event attribute.

|

com.rakuten.tech.mobile.inappmessaging.runtime.data.models.appevents.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.

|

com.rakuten.tech.mobile.inappmessaging.runtime.data.models.appevents.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.

|

com.rakuten.tech.mobile.inappmessaging.runtime.data.models.appevents.Event

Interface of local events.

|

com.rakuten.tech.mobile.inappmessaging.runtime.data.enums.EventType

Local events type according to type ID.

|

com.rakuten.tech.mobile.inappmessaging.runtime.InAppMessaging

Main entry point for the IAM SDK. Should be accessed via InAppMessaging.instance.

|

com.rakuten.tech.mobile.inappmessaging.runtime.data.models.appevents.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.

|

com.rakuten.tech.mobile.inappmessaging.runtime.data.models.appevents.PurchaseSuccessfulEvent

Purchase successful Event for host app to use.

|

com.rakuten.tech.mobile.inappmessaging.runtime.UserInfoProvider

Interface which client app should implement in order for InAppMessaging SDK to get information when needed.

|

com.rakuten.tech.mobile.inappmessaging.runtime.data.enums.ValueType

Data value’s type supported by InAppMessaging’s custom events.