Intent.ExtraMimeTypes Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extra used to communicate a set of acceptable MIME types.
[Android.Runtime.Register("EXTRA_MIME_TYPES")]
public const string ExtraMimeTypes;
[<Android.Runtime.Register("EXTRA_MIME_TYPES")>]
val mutable ExtraMimeTypes : string
Field Value
Implements
- Attributes
Remarks
Extra used to communicate a set of acceptable MIME types. The type of the extra is String[]
. Values may be a combination of concrete MIME types (such as "image/png") and/or partial MIME types (such as "audio/*").
Java documentation for android.content.Intent.EXTRA_MIME_TYPES
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.