Sets a custom error message to be displayed by the view. The error message will be displayed permanently, unless it is cleared by passing null to this method.
4.3.1
Gets/sets background color of a view. It allows setting background color with UI.Color instance.
4.3.1
Sets whether a loading indicator is displayed when the player is in the buffering state. The loading indicator is not displayed by default.
= false]
4.3.1
Sets whether the next button is shown.
= true]
4.3.1
Sets whether the fast forward button is shown.
= true]
4.3.1
Sets whether the rewind button is shown.
= true]
4.3.1
Sets whether the previous button is shown.
= true]
4.3.1
Sets the controller timeout. The controller is automatically hidden after this duration of time has elapsed without user input and with playback or loading in progress.
The timeout in milliseconds. A non-positive value will cause the ontroller to remain visible indefinitely.
4.3.1
The event to be notified about controller visibility changes.
onControllerVisibilityChange
4.3.1
Sets controller visibility.
4.3.1
Readonly
yogaGets/sets over-scroll mode for this view.
= UI.Android.OverScrollMode.ALWAYS]
3.0.2
Gets/sets foreground of the view for ripple effect. This property should be set before rippleColor. This property only supported for api level 23 and above.
= false]
UI.View
4.0.2
Gets/sets ripple effect enabled for view. You should set UI.View#rippleColor rippleColor to see the effect.
= false]
UI.View
3.2.1
Gets/sets ripple effect color for view.
UI.View
3.2.1
Gets/Sets the elevation of the view. For the views that has StateListAnimator natively like Button, will lost its own StateListAnimation when elevation value changed. For details : https://developer.android.com/training/material/shadows-clipping.html
UI.View
1.1.12
Gets/sets the depth location of the view relative to its elevation. To put view over button, you have to change zIndex value after Android Lollipop. On android, default elevation value of button is bigger than other view. This property affects after Android Lollipop. No-op before api level 21.
UI.View
2.0.8
Sets/gets top-left corner radius of a view.
= 0]
5.1.1
Sets/gets top-right corner radius of a view.
= 0]
5.1.1
Sets/gets top-start corner radius of a view.
= -1]
5.1.1
Sets/gets top-end corner radius of a view.
= -1]
5.1.1
Sets/gets bottom-left corner radius of a view.
= 0]
5.1.1
Sets/gets bottom-right corner radius of a view.
= 0]
5.1.1
Sets/gets bottom-start corner radius of a view.
= -1]
5.1.1
Sets/gets bottom-end corner radius of a view.
= -1]
5.1.1
Setting this event makes the fullscreen button appear. The event to be notified when the fullscreen button is clicked, or null to remove the current listener and hide the fullscreen button. This is not the fullscreen implementation, so the fullscreen feature needs to implemented.
onFullScreenModeChanged
4.3.1
Sets the full screen button image to minimize/maximize manually. If the UI.VideoView#onFullScreenModeChanged onFullScreenModeChanged callback wasn't assign, there won't be any changes. This is not the fullscreen implementation, so the fullscreen feature needs to implemented.
setFullScreenButtonImage
4.3.1
if true, full screen button image will be minimize.
Generated using TypeDoc
Enables state saving of the videoview. Saves the configuration with video's current position.
Property
= true]
Android
Since
4.3.1