Class: Spotify::PlaylistContainerCallbacks

Inherits:
Struct
  • Object
show all
Defined in:
lib/spotify/structs/playlist_container_callbacks.rb

Overview

Spotify::Struct for the PlaylistContainer.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

enclosing_module, #initialize, #to_h, #to_s

Methods included from TypeSafety

#to_native, #type_class

Constructor Details

This class inherits a constructor from Spotify::Struct

Instance Attribute Details

#container_loadedcallback(PlaylistContainer, :userdata):void

Returns the current value of container_loaded.

Returns:

  • (callback(PlaylistContainer, :userdata):void)

    the current value of container_loaded



8
9
10
# File 'lib/spotify/structs/playlist_container_callbacks.rb', line 8

def container_loaded
  @container_loaded
end

#playlist_addedcallback(PlaylistContainer, Playlist, :int, :userdata):void

Returns the current value of playlist_added.

Returns:



8
9
10
# File 'lib/spotify/structs/playlist_container_callbacks.rb', line 8

def playlist_added
  @playlist_added
end

#playlist_movedcallback(PlaylistContainer, Playlist, :int, :int, :userdata):void

Returns the current value of playlist_moved.

Returns:



8
9
10
# File 'lib/spotify/structs/playlist_container_callbacks.rb', line 8

def playlist_moved
  @playlist_moved
end

#playlist_removedcallback(PlaylistContainer, Playlist, :int, :userdata):void

Returns the current value of playlist_removed.

Returns:



8
9
10
# File 'lib/spotify/structs/playlist_container_callbacks.rb', line 8

def playlist_removed
  @playlist_removed
end