inappmessaging / com.rakuten.tech.mobile.inappmessaging.runtime.data.enums / EventType
EventType
enum class EventType
Local events type according to type ID.
Enum Values
| INVALID | | | APP_START | | | LOGIN_SUCCESSFUL | | | PURCHASE_SUCCESSFUL | | | CUSTOM | |
Properties
Companion Object Functions
| getById | Gets the trigger log event type for a given typeId. If typeId argument is not any of the valid id, null will be returned.fun getById(typeId:
Int
):
EventType
?
|