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

ValueType

[androidJvm]
enum ValueType : Enum<ValueType>

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

Entries

INVALID [androidJvm]
INVALID
STRING [androidJvm]
STRING
INTEGER [androidJvm]
INTEGER
DOUBLE [androidJvm]
DOUBLE
BOOLEAN [androidJvm]
BOOLEAN
TIME_IN_MILLI [androidJvm]
TIME_IN_MILLI

Types

Name Summary
Companion [androidJvm]
object Companion

Functions

Name Summary
valueOf [androidJvm]
fun valueOf(value: String): ValueType
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<ValueType>
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
Value type id.