//inappmessaging/com.rakuten.tech.mobile.inappmessaging.runtime.data.models/Attribute
Attribute
[androidJvm]
data class Attribute(@NotNullnm: String, @NotNullval value: String, @NotNulltype: ValueType)
This class represents InAppMessagingās custom event attribute.
Constructors
Attribute | [androidJvm] fun Attribute(@NotNullnm: String, @NotNullvalue: String, @NotNulltype: ValueType) |
Properties
Name | Summary |
---|---|
name | [androidJvm] val name: String Attribute name. |
value | [androidJvm] val value: String attribute value. |
valueType | [androidJvm] val valueType: Int Attribute value type. |