PhotoPickerSelectionParams.Builder.ClearMimeTypes Method
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.
Clears the MIME type constraint.
[Android.Runtime.Register("clearMimeTypes", "()Landroid/widget/photopicker/PhotoPickerSelectionParams$Builder;", "", ApiSince=37)]
public Android.Widget.PhotoPicker.PhotoPickerSelectionParams.Builder ClearMimeTypes();
[<Android.Runtime.Register("clearMimeTypes", "()Landroid/widget/photopicker/PhotoPickerSelectionParams$Builder;", "", ApiSince=37)>]
member this.ClearMimeTypes : unit -> Android.Widget.PhotoPicker.PhotoPickerSelectionParams.Builder
Returns
- Attributes
Remarks
Clears the MIME type constraint.
On calling this, the builder will revert to its default state of allowing all supported media MIME types (images and videos) for selection.
Android reference for android.widget.photopicker.PhotoPickerSelectionParams.Builder.clearMimeTypes.
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.