setGalleryButtonVisible method of the UISettings interface
Shows or hides the button for choosing an image from photo gallery.
@MainThread
void setGalleryButtonVisible( boolean isVisible );
Parameters
- isVisible
- This parameter defines if the button should be visible. Set true to set the button visible and false otherwise.
3/2/2022 12:59:15 PM