Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Device ¶
type Device struct {
ID string `json:"id"`
IsActive bool `json:"is_active"`
Name string `json:"name"`
Type string `json:"type"`
VolumePercent int `json:"volume_percent"`
}
Device represents a spotify playback device. There is no guarantee that the device is still valid or active on the user's device since it will be cached.
func (*Device) StringDetailed ¶
Click to show internal directories.
Click to hide internal directories.