//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.
Parameters
androidJvm
| value | attribute value. |
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 |
| valueType | [androidJvm] val valueType: Int Attribute value type. |