Skip to content

Commit

Permalink
Update README_EN.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
girlbymirror authored Apr 22, 2022
1 parent 3da8a35 commit 5ffcde6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README_EN.MD
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ Notice:
- [Open FullScreen Event](#openfullscreenevent)

- [Exit FullScreen Event](#closefullscreenevent)
- [Callback Play State](#callbackplaystate)

- [Player API Document](#playerapidocument)

Expand Down Expand Up @@ -665,6 +667,17 @@ player.onCloseFullScreen = () => {
};
```

#### CallbackPlayState ####

* Example

```javascript
player.onPlayState = (state) => {
// state
// true: playing / false: paused
};
```

<br>

### PlayerAPIDocument ###
Expand Down

0 comments on commit 5ffcde6

Please sign in to comment.