allowedMimeTypes property

List<String>? allowedMimeTypes
final

Android only. Allowed MIME types. Only files with provided MIME types will be shown in document picker. If list is null or empty - / MIME type will be used.

Implementation

final List<String>? allowedMimeTypes;