Video Feed Layouts (Android)
The initialization of the FwVideoFeedView
FwVideoFeedView
To initialize the FwVideoFeedView
, the host app must call the init()
function which accepts the ViewOptions
instance as an optional parameter. The reason behind optional ViewOptions
is the fact that you can also set the view option params in XML layout:
Note
The configuration passed via ViewOptions
programmatically has higher priority and overrides the xml attributes.
Horizontal Layout
XML layout:
Programmatically:
Vertical Layout
XML layout:
Programmatically:
Grid Layout
XML layout:
Programmatically:
Last updated
Was this helpful?