mimeType property

String? mimeType
getter/setter pair

The content mime type. Note: By this, you cannot differ between just text and a plain text file on Android. Both get the mimetype "text/plain". To differ between these two, use the type property. If the shared item is a folder, this is null, refer to type.

Implementation

String? mimeType;