PushMessage

data class PushMessage(val type: String = "push", var data: Any? = null)

Constructors

Link copied to clipboard
constructor(type: String = "push", data: Any? = null)

Properties

Link copied to clipboard
@SerializedName(value = "data")
var data: Any?
Link copied to clipboard
@SerializedName(value = "type")
val type: String