ActivityManager.ProcessErrorStateInfo.Crashed Campo

Definición

Precaución

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

Valor constante: 1 (0x00000001)

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

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

Valor constante: 1 (0x00000001)

Referencia de Android para android.app.ActivityManager.ProcessErrorStateInfo.CRASHED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a