setUserActions

open fun setUserActions(userActions: List<RemoteAction>): PictureInPictureManager

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

Return

the PictureInPictureManager instance.

Parameters

userActions

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

See also

RemoteAction