UIImagePickerController.IsSourceTypeAvailable Method

Definition

Whether the specified UIImagePickerControllerSourceType is available to the application.|Whether the specified UIImagePickerControllerSourceType can be used by the applicati.

[Foundation.Export("isSourceTypeAvailable:")]
public static bool IsSourceTypeAvailable (UIKit.UIImagePickerControllerSourceType sourceType);
static member IsSourceTypeAvailable : UIKit.UIImagePickerControllerSourceType -> bool

Parameters

sourceType
UIImagePickerControllerSourceType

Source used to pick an image or movie.

Returns

If set to true, the device supports the specified source type. Otherwise set to false.

Attributes

Applies to