Camera.SetErrorCallback(Camera+IErrorCallback) 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.
Caution
deprecated
Registers a callback to be invoked when an error occurs.
[Android.Runtime.Register("setErrorCallback", "(Landroid/hardware/Camera$ErrorCallback;)V", "")]
[System.Obsolete("deprecated")]
public void SetErrorCallback (Android.Hardware.Camera.IErrorCallback? cb);
[<Android.Runtime.Register("setErrorCallback", "(Landroid/hardware/Camera$ErrorCallback;)V", "")>]
[<System.Obsolete("deprecated")>]
member this.SetErrorCallback : Android.Hardware.Camera.IErrorCallback -> unit
Parameters
The callback to run
- Attributes
Remarks
Java documentation for android.hardware.Camera.setErrorCallback(android.hardware.ErrorCallback)
.
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.