Video Events
The Video widget has the following event associated with it:
doLayout Event
This event is used to set the layout properties of child widgets in the relation to self and peer widgets whose layout is not yet performed.
This event is invoked for every widget when the widget position and dimensions are computed.
This event is invoked for all the widgets placed inside flex containers.
This event is invoked in the order in which the widgets are added to the widget hierarchy and expect the frame property of the widget is calculated and available for use within this event.
Note: The number of times this event invoked may vary per platform. It is not recommended to write business logic assuming that this function is invoked only once when there is a change in positional or dimensional properties. This event will not trigger when transformations are applied though widget is moved or scaled or rotated from its original location.
Syntax
Read/Write
Yes - (Read and Write)
Example
Platform Availability
- iOS
- Android
- Windows
- SPA
onCompletion Event
The onCompletion callback is invoked when playback is completed.
Syntax
Return Value
videoWidgetRef
Optional. Returns the current Video Widget reference in the onCompletion callback handler.
Example
Platform Availability
- iOS
- Android
onError Event
The onError callback is invoked when an error occurred in setup or playback.
Syntax
Return Value
videoWidget
Optional. Returns the current Video Widget reference in the onError callback handler.
Example
Platform Availability
- iOS
- Android
onPrepared Event
The onPrepared callback is invoked when the media file is loaded and ready to play.
Syntax
Parameters
videoWidget
Optional. Returns the current Video Widget reference in the onPrepared callback handler.
Example
Platform Availability
- iOS
- Android
onScrollWidgetPosition Event
This event callback is invoked by the platform when the widget location position gets changed on scrolling. The onScrollWidgetPosition event returns the positional coordinates of the widget’s location with respect to the screen (screenX and screenY) and the parent container (frameX and frameY). This event is invoked asynchronously, and is not available for FlexForm widget.
Syntax
Read/Write
Read + Write
Example
Platform Availability
- Not Accessible from IDE
- Android, iOS, SPA, and Windows