RewardImage

@Serializable
data class RewardImage(val url1x: String, val url2x: String, val url4x: String)

Custom or default image for a CustomReward.

Constructors

Link copied to clipboard
constructor(url1x: String, url2x: String, url4x: String)

Properties

Link copied to clipboard
@SerialName(value = "url_1x")
val url1x: String

the URL to the small (28x28) version of the image.

Link copied to clipboard
@SerialName(value = "url_2x")
val url2x: String

the URL to the medium (56x56) version of the image.

Link copied to clipboard
@SerialName(value = "url_4x")
val url4x: String

the URL to the large (112x112) version of the image.