CameraManager.AvailabilityCallback.OnCameraAvailable(String) 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.
A new camera has become available to use.
[Android.Runtime.Register("onCameraAvailable", "(Ljava/lang/String;)V", "GetOnCameraAvailable_Ljava_lang_String_Handler")]
public virtual void OnCameraAvailable (string cameraId);
[<Android.Runtime.Register("onCameraAvailable", "(Ljava/lang/String;)V", "GetOnCameraAvailable_Ljava_lang_String_Handler")>]
abstract member OnCameraAvailable : string -> unit
override this.OnCameraAvailable : string -> unit
Parameters
- cameraId
- String
The unique identifier of the new camera.
- Attributes
Remarks
A new camera has become available to use.
The default implementation of this method does nothing.
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.