MorePanelConfig
Introduction
The configuration for more function panel, shows on mobile devices.
Parameter introduction
showGalleryPickAction
- Parameter type : bool
- Default value:
true
- Supported Platform: Mobile App
- Parameter description : Whether to show the default image picker.
showCameraAction
- Parameter type : bool
- Default value:
true
- Supported Platform: Mobile App
- Parameter description : Whether to show the default capture module.
showFilePickAction
- Parameter type : bool
- Default value:
true
- Supported Platform: Mobile App, Mobile Web
- Parameter description : Whether to show the default file picker.
showWebImagePickAction
- Parameter type : bool
- Default value:
true
- Supported Platform: Mobile Web
- Parameter description : Whether to show the file picker for image.
showWebVideoPickAction
- Parameter type : bool
- Default value:
true
- Supported Platform: Mobile Web
- Parameter description : Whether to show the file picker for video.
showVoiceCall
- Parameter type : bool
- Default value:
true
- Supported Platform: Mobile App
- Parameter description : Whether to show the default voice call button automatically when
tencent_calls_uikit
installed.
showVideoCall
- Parameter type : bool
- Default value:
true
- Supported Platform: Mobile App
- Parameter description : Whether to show the default video call button automatically when
tencent_calls_uikit
installed.
extraAction
Parameter type : List< MorePanelItem >
Supported Platform: Mobile
- Parameter description : The list that you can customized external panel items.
actionBuilder
Parameter type : Widget Function(MorePanelItem item)
Supported Platform: Mobile
- Parameter description : The builder for those items.