CaptureFailure.Reason Property
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.
Determine why the request was dropped, whether due to an error or to a user action.
public virtual Android.Hardware.Camera2.CaptureFailureReason Reason { [Android.Runtime.Register("getReason", "()I", "GetGetReasonHandler")] get; }
[<get: Android.Runtime.Register("getReason", "()I", "GetGetReasonHandler")>]
member this.Reason : Android.Hardware.Camera2.CaptureFailureReason
Property Value
int The reason code.
- Attributes
Remarks
Determine why the request was dropped, whether due to an error or to a user action.
Java documentation for android.hardware.camera2.CaptureFailure.getReason()
.
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.