docs: fix invalid resume
function name (#3515)
This commit is contained in:
parent
ef124c2bdf
commit
4b4636619d
@ -8,7 +8,7 @@ This page shows the list of available methods
|
|||||||
|[dismissFullscreenPlayer](#dismissfullscreenplayer) |Android, iOS |
|
|[dismissFullscreenPlayer](#dismissfullscreenplayer) |Android, iOS |
|
||||||
|[presentFullscreenPlayer](#presentfullscreenplayer) |Android, iOS |
|
|[presentFullscreenPlayer](#presentfullscreenplayer) |Android, iOS |
|
||||||
|[pause](#pause) |Android, iOS |
|
|[pause](#pause) |Android, iOS |
|
||||||
|[play](#play) |Android, iOS |
|
|[resume](#resume) |Android, iOS |
|
||||||
|[save](#save) |iOS |
|
|[save](#save) |iOS |
|
||||||
|[restoreUserInterfaceForPictureInPictureStop](#restoreuserinterfaceforpictureinpicturestop)|iOS |
|
|[restoreUserInterfaceForPictureInPictureStop](#restoreuserinterfaceforpictureinpicturestop)|iOS |
|
||||||
|[seek](#seek) |All |
|
|[seek](#seek) |All |
|
||||||
@ -39,10 +39,10 @@ Pause the video.
|
|||||||
|
|
||||||
Platforms: Android, iOS
|
Platforms: Android, iOS
|
||||||
|
|
||||||
### `play`
|
### `resume`
|
||||||
`play(): Promise<void>`
|
`resume(): Promise<void>`
|
||||||
|
|
||||||
Play the video.
|
Resume the video.
|
||||||
|
|
||||||
|
|
||||||
Platforms: Android, iOS
|
Platforms: Android, iOS
|
||||||
|
Loading…
Reference in New Issue
Block a user