//inappmessaging/com.rakuten.tech.mobile.inappmessaging.runtime.data.models.appevents/CustomEvent/addAttribute

addAttribute

[androidJvm]\

@NotNull

fun addAttribute(@NotNullkey: String, @NotNullvalue: Int): CustomEvent

This method adds custom attribute of integer type.

[androidJvm]\

@NotNull

fun addAttribute(@NotNullkey: String, @NotNullvalue: Double): CustomEvent

This method adds custom attribute of double type.

[androidJvm]\

@NotNull

fun addAttribute(@NotNullkey: String, @NotNullvalue: String): CustomEvent

This method adds custom attribute of string type.

[androidJvm]\

@NotNull

fun addAttribute(@NotNullkey: String, @NotNullvalue: Boolean): CustomEvent

This method adds custom attribute of boolean type.

[androidJvm]\

@NotNull

fun addAttribute(@NotNullkey: String, @NotNullvalue: Date): CustomEvent

This method adds custom attribute of date type.