loadPlayer

fun loadPlayer(entryID: String, authorizationToken: String, onError: (PlayBackAPIError) -> Unit?): @Composable () -> Unit

Loads the player UI.

Return

Composable function to render the player UI.

Parameters

entryID

The ID of the entry.

authorizationToken

The authorization token.

onError

Callback for handling errors. Default is null.