ReferrerEvent

data class ReferrerEvent(val type: String)

Constructors

Link copied to clipboard
fun ReferrerEvent(type: String)

Properties

Link copied to clipboard
@SerializedName(value = "type")
val type: String