UIImagePickerController.MediaTypes Property

Definition

The media types accessed by this UIImagePickerController.

public virtual string[] MediaTypes { [Foundation.Export("mediaTypes", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setMediaTypes:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.MediaTypes : string[] with get, set

Property Value

String[]

An array that indicates the media types that are to be accessed by the media picker controller.

Attributes

Applies to