PlayStackControl

data class PlayStackControl(val type: PlayStackControl.Type?, playServiceId: String?)

Constructors

Link copied to clipboard
fun PlayStackControl(type: PlayStackControl.Type?, playServiceId: String?)

Types

Link copied to clipboard
enum Type : Enum<PlayStackControl.Type>

Functions

Link copied to clipboard
fun getPushPlayServiceId(): String?
Link copied to clipboard
fun toJsonObject(): JsonObject

Properties

Link copied to clipboard
@SerializedName(value = "type")
val type: PlayStackControl.Type?