Skip to content

Commit 213d8d9

Browse files
cb1kenobigithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent 636b81e commit 213d8d9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/api/api.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86664,6 +86664,19 @@
8666486664
],
8666586665
"type": "MovieSize"
8666686666
},
86667+
{
86668+
"name": "speed",
86669+
"summary": "Playback speed of the video.",
86670+
"description": "Playback speed of the video. Android: only available for API level >= 23.\n",
86671+
"platforms": [
86672+
{
86673+
"since": "12.4.0",
86674+
"name": "android"
86675+
}
86676+
],
86677+
"type": "Number",
86678+
"availability": "creation"
86679+
},
8666786680
{
8666886681
"name": "overlayView",
8666986682
"summary": "Use the overlay view to add additional custom views between the video content and the controls.",
@@ -101463,6 +101476,19 @@
101463101476
"type": "String"
101464101477
}
101465101478
},
101479+
{
101480+
"name": "moveToBackground",
101481+
"summary": "Moves the app to the background",
101482+
"platforms": [
101483+
{
101484+
"since": "12.4.0",
101485+
"name": "android"
101486+
}
101487+
],
101488+
"returns": {
101489+
"type": "void"
101490+
}
101491+
},
101466101492
{
101467101493
"name": "hideSoftKeyboard",
101468101494
"summary": "Hides the soft keyboard.\n",

0 commit comments

Comments
 (0)