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

EventType

[androidJvm]
enum EventType : Enum<EventType>

Local events type according to type ID.

Entries

INVALID [androidJvm]
INVALID
APP_START [androidJvm]
APP_START
LOGIN_SUCCESSFUL [androidJvm]
LOGIN_SUCCESSFUL
PURCHASE_SUCCESSFUL [androidJvm]
PURCHASE_SUCCESSFUL
CUSTOM [androidJvm]
CUSTOM

Types

Name Summary
Companion [androidJvm]
object Companion

Functions

Name Summary
valueOf [androidJvm]
fun valueOf(value: String): EventType
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values [androidJvm]
fun values(): Array<EventType>
Returns an array containing the constants of this enum type, in the order they’re declared.

Properties

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