Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi authored and github-actions[bot] committed Jun 15, 2024
1 parent 636b81e commit 213d8d9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/api/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -86664,6 +86664,19 @@
],
"type": "MovieSize"
},
{
"name": "speed",
"summary": "Playback speed of the video.",
"description": "Playback speed of the video. Android: only available for API level >= 23.\n",
"platforms": [
{
"since": "12.4.0",
"name": "android"
}
],
"type": "Number",
"availability": "creation"
},
{
"name": "overlayView",
"summary": "Use the overlay view to add additional custom views between the video content and the controls.",
Expand Down Expand Up @@ -101463,6 +101476,19 @@
"type": "String"
}
},
{
"name": "moveToBackground",
"summary": "Moves the app to the background",
"platforms": [
{
"since": "12.4.0",
"name": "android"
}
],
"returns": {
"type": "void"
}
},
{
"name": "hideSoftKeyboard",
"summary": "Hides the soft keyboard.\n",
Expand Down

0 comments on commit 213d8d9

Please sign in to comment.