You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -386,6 +386,7 @@ public void onPictureInPictureModeChanged(boolean isInPictureInPictureMode, Conf
386
386
|**`setSpeed`**| Sets the player speed. |`Double`|
387
387
|**`setPlaylistIndex`**| Sets the current playing item in the loaded playlist. |`Int`|
388
388
|**`setControls`**| Sets the display of the control buttons on the player. |`Boolean`|
389
+
|**`setLockScreenControls`**|*(iOS only)* Sets the locks screen controls for the currently playing media, can be used to control what player to show the controls for. |`Boolean`|
389
390
|**`setFullScreen`**| Set full screen. |`Boolean`|
390
391
|**`loadPlaylist`**| Loads a playlist. (Using this function before the player has finished initializing may result in assert crash or blank screen, put in a timeout to make sure JWPlayer is mounted). |`[PlaylistItems]`|
391
392
|**`loadPlaylistItem`**| Loads a playlist item. (Using this function before the player has finished initializing may result in assert crash or blank screen, put in a timeout to make sure JWPlayer is mounted). |[PlaylistItem](#PlaylistItem)|
0 commit comments