shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.player
/
DeviceObject
Device
Object
data
class
DeviceObject
(
val
id
:
String
?
,
val
isActive
:
Boolean
,
val
isPrivateSession
:
Boolean
,
val
isRestricted
:
Boolean
,
val
name
:
String
,
val
type
:
String
,
val
volumePercent
:
Int
?
,
val
supportsVolume
:
Boolean
)
Members
Constructors
Device
Object
Link copied to clipboard
constructor
(
id
:
String
?
,
isActive
:
Boolean
,
isPrivateSession
:
Boolean
,
isRestricted
:
Boolean
,
name
:
String
,
type
:
String
,
volumePercent
:
Int
?
,
supportsVolume
:
Boolean
)
Properties
id
Link copied to clipboard
val
id
:
String
?
is
Active
Link copied to clipboard
val
isActive
:
Boolean
is
Private
Session
Link copied to clipboard
val
isPrivateSession
:
Boolean
is
Restricted
Link copied to clipboard
val
isRestricted
:
Boolean
name
Link copied to clipboard
val
name
:
String
supports
Volume
Link copied to clipboard
val
supportsVolume
:
Boolean
type
Link copied to clipboard
val
type
:
String
volume
Percent
Link copied to clipboard
val
volumePercent
:
Int
?