inappmessaging / com.rakuten.tech.mobile.inappmessaging.runtime.data.enums / ValueType
ValueType
enum class ValueType
Data value’s type supported by InAppMessaging’s custom events.
Enum Values
| INVALID | | | STRING | | | INTEGER | | | DOUBLE | | | BOOLEAN | | | TIME_IN_MILLI | |
Properties
Companion Object Functions
| getById | Gets the value data type for a given typeId. If typeId argument is not any of the valid id, null will be returned.fun getById(typeId:
Int
):
ValueType
?
|