fileFormatsAndroid property

List<FileFormatAndroid>? fileFormatsAndroid
getter/setter pair

Defines the file format that will be accepted for upload. The options are: FileFormatAndroid.pdf, FileFormatAndroid.jpg, FileFormatAndroid.jpeg, FileFormatAndroid.png, FileFormatAndroid.heif.

Implementation

List<FileFormatAndroid>? fileFormatsAndroid;