View Media Files
#
Header ComponentThe headerComponent includes a default title as view media file, a back button that takes the user to the previous view. Each property corresponds to the elements in the navigation bar of the view controller.
The following table shows the parameters of the configure method of the headerComponent.
Parameter name | Type |
---|---|
delegate | MFUIViewMediaModuleHeaderDelegate |
theme | MFViewMediaTheme |
#
List ComponentThe listComponent shows a list of all media and docs. The following table shows the parameters of the configure method of the listComponent.
Parameter name | Type |
---|---|
delegate | MFUIViewMediaModuleListDelegate |
theme | MFViewMediaTheme |
#
View ModelThe MFUIViewMediaController class uses a view model that is a type of the ViewAllMediaViewModel class.
Use the following function to get Video Audio and Image Messages to show
Argument | Type | Description |
---|---|---|
jid | String | jid of the user/group |
CALLBACK | FlyCompletionHandler | FlyCompletionHandler used as completion Handler |
Use the following function to get Doc Messages to show
Argument | Type | Description |
---|---|---|
jid | String | jid of the user/group |
CALLBACK | FlyCompletionHandler | FlyCompletionHandler used as completion Handler |
View Media option in User and group information screen