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

EventType

[androidJvm]
enum EventType : Enum<EventType>

Local events type according to type ID.

Parameters

androidJvm

typeId Event type id

Entries

CUSTOM [androidJvm]
CUSTOM(4)
PURCHASE_SUCCESSFUL [androidJvm]
PURCHASE_SUCCESSFUL(3)
LOGIN_SUCCESSFUL [androidJvm]
LOGIN_SUCCESSFUL(2)
APP_START [androidJvm]
APP_START(1)
INVALID [androidJvm]
INVALID(0)

Types

Name Summary
Companion [androidJvm]
object Companion

Properties

Name Summary
name [androidJvm]
val name: String
ordinal [androidJvm]
val ordinal: Int
typeId [androidJvm]
val typeId: Int