File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 86664
86664
],
86665
86665
"type": "MovieSize"
86666
86666
},
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
+ },
86667
86680
{
86668
86681
"name": "overlayView",
86669
86682
"summary": "Use the overlay view to add additional custom views between the video content and the controls.",
@@ -101463,6 +101476,19 @@
101463
101476
"type": "String"
101464
101477
}
101465
101478
},
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
+ },
101466
101492
{
101467
101493
"name": "hideSoftKeyboard",
101468
101494
"summary": "Hides the soft keyboard.\n",
You can’t perform that action at this time.
0 commit comments