ApplicationErrorReport.TypeNone Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.ApplicationErrorReportType enum directly instead of this field.

Uninitialized error report.

[Android.Runtime.Register("TYPE_NONE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationErrorReportType enum directly instead of this field.", true)]
public const Android.App.ApplicationErrorReportType TypeNone = 0;
[<Android.Runtime.Register("TYPE_NONE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ApplicationErrorReportType enum directly instead of this field.", true)>]
val mutable TypeNone : Android.App.ApplicationErrorReportType

Field Value

Value = 0

Implements

Attributes

Remarks

Uninitialized error report.

Java documentation for android.app.ApplicationErrorReport.TYPE_NONE.

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.

Applies to