SpotifyBroadcastEventData

abstract class SpotifyBroadcastEventData(type: SpotifyBroadcastType)

Data from a broadcast event

Parameters

type

The type of the broadcast event

Constructors

SpotifyBroadcastEventData
Link copied to clipboard
fun SpotifyBroadcastEventData(type: SpotifyBroadcastType)
The type of the broadcast event

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

type
Link copied to clipboard
val type: SpotifyBroadcastType
The type of the broadcast event

Inheritors

SpotifyMetadataChangedData
Link copied to clipboard
SpotifyPlaybackStateChangedData
Link copied to clipboard
SpotifyQueueChangedData
Link copied to clipboard

Sources

(source)
Link copied to clipboard