PlayList Class Reference Inherits from NSObject Declared in PlayList.h Overview Playlists are user created lists of songs and do not correspond to the playlists created on the server side. Playlists created in client portal are treated as on demand stations in SDKs loopCurrent True if current song should loop @property (readwrite) BOOL loopCurrent Declared In PlayList.h loopAll True if playlist should loop @property (readwrite) BOOL loopAll Declared In PlayList.h playListId Playlist identifier. @property (readonly) NSString *playListId Declared In PlayList.h name Playlist name @property (readonly) NSString *name Declared In PlayList.h current Current item of the playlist @property Audiofile *current Declared In PlayList.h editor Playlist Editor to be used for manipulation of the playlist @property (readonly) id<Editor> _Nonnull editor Declared In PlayList.h – initWithJson: Constructor to create new playlists. Internal use only. - (id _Nonnull)initWithJson:(NSString *_Nonnull)json Declared In PlayList.h – initWithName:andAudioFiles: Create a new playlist - (id _Nonnull)initWithName:(NSString *_Nonnull)name andAudioFiles:(NSArray<Audiofile*> *_Nullable)audiofiles Parameters name Name of the Playlist audiofiles Files to be added to the playlist Declared In PlayList.h