BBNativePlayerAPI
BBNativePlayerAPI is the convenience API, accessible via BBNativePlayerView::player. It simply wraps BBNativePlayerView::callApiMethod & BBNativePlayerView::getApiProperty
Parameters
playerView
Constructors
Properties
Functions
Link copied to clipboard
Destruct, freeing all memory allocated internally
Link copied to clipboard
Cancel AutoPlayNext countdown
Link copied to clipboard
Enter fullscreen
Link copied to clipboard
Leave fullscreen
Link copied to clipboard
fun loadWithClipId(clipId: String, initiator: String? = "external", autoPlay: Boolean? = true, seekTo: Number? = null)
Load With Clip Id
Link copied to clipboard
fun loadWithClipJson(clipJson: String, initiator: String? = "external", autoPlay: Boolean? = true, seekTo: Number? = null)
Load With Clip JSON
Link copied to clipboard
fun loadWithClipListId(clipListId: String, initiator: String? = "external", autoPlay: Boolean? = true, seekTo: Number? = null)
Load With Clip List Id
Link copied to clipboard
fun loadWithClipListJson(clipListJson: String, initiator: String? = "external", autoPlay: Boolean? = true, seekTo: Number? = null)
Load With Clip List JSON
Link copied to clipboard
fun loadWithProjectId(projectId: String, initiator: String? = "external", autoPlay: Boolean? = true, seekTo: Number? = null)
Load With Project Id
Link copied to clipboard
fun loadWithProjectJson(projectJson: String, initiator: String? = "external", autoPlay: Boolean? = true, seekTo: Number? = null)
Load With Project JSON