setActions

open fun setActions(actions: List<RemoteAction>): BrightcovePictureInPictureParams.Builder

Sets the user actions. If there are more than getMaxNumPictureInPictureActions actions, then the input list will be truncated to that number.

Return

this builder instance.

Parameters

actions

the new actions to show in the picture-in-picture menu.

See also

RemoteAction