findPlaylistByReferenceID

open fun findPlaylistByReferenceID(referenceID: String, httpRequestConfig: HttpRequestConfig, playlistListener: PlaylistListener)

Retrieves a Playlist from the Playback API service by its reference ID, a customer supplied unique identifier.

If your VideoCloud configuration requires a Brightcove Authorization token, provide it using setBrightcoveAuthorizationToken. This token will be configured when creating the com.brightcove.player.model.Video object, and it will be used when requesting the Video license.

Parameters

referenceID

string containing the reference ID of the playlist to find.

httpRequestConfig

a configuration class with values used in the request.

playlistListener

A callback which will be invoked when the request finishes or an error occurs.


open fun findPlaylistByReferenceID(referenceID: String, playlistListener: PlaylistListener)

Retrieves a Playlist from the Playback API service by its reference ID, a customer supplied unique identifier.

Parameters

referenceID

string containing the reference ID of the playlist to find.

playlistListener

A callback which will be invoked when the request finishes or an error occurs.


open fun findPlaylistByReferenceID(referenceID: String, headers: Map<String, String>, playlistListener: PlaylistListener)
open fun findPlaylistByReferenceID(referenceID: String, headers: Map<String, String>, queryParameters: Map<String, String>, playlistListener: PlaylistListener)

Deprecated

Deprecated

Please use findPlaylistByReferenceID instead.