UIImagePickerController.IsCameraDeviceAvailable 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.
Whether the camera can be used.
[Foundation.Export("isCameraDeviceAvailable:")]
public static bool IsCameraDeviceAvailable (UIKit.UIImagePickerControllerCameraDevice cameraDevice);
static member IsCameraDeviceAvailable : UIKit.UIImagePickerControllerCameraDevice -> bool
Parameters
- cameraDevice
- UIImagePickerControllerCameraDevice
Constant that specifies the camera whose flash capability you want to know.
Returns
If set to true
, indicates that a given camera is available. Otherwise set to false
.
- Attributes