From 4b4636619d5aac09167eab90c8820fe391fec441 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Fri, 2 Feb 2024 08:32:51 +0100 Subject: [PATCH] docs: fix invalid `resume` function name (#3515) --- docs/pages/component/methods.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pages/component/methods.md b/docs/pages/component/methods.md index a03420c8..6d5aedc3 100644 --- a/docs/pages/component/methods.md +++ b/docs/pages/component/methods.md @@ -8,7 +8,7 @@ This page shows the list of available methods |[dismissFullscreenPlayer](#dismissfullscreenplayer) |Android, iOS | |[presentFullscreenPlayer](#presentfullscreenplayer) |Android, iOS | |[pause](#pause) |Android, iOS | -|[play](#play) |Android, iOS | +|[resume](#resume) |Android, iOS | |[save](#save) |iOS | |[restoreUserInterfaceForPictureInPictureStop](#restoreuserinterfaceforpictureinpicturestop)|iOS | |[seek](#seek) |All | @@ -39,10 +39,10 @@ Pause the video. Platforms: Android, iOS -### `play` -`play(): Promise` +### `resume` +`resume(): Promise` -Play the video. +Resume the video. Platforms: Android, iOS