ProfilingResult.ErrorNone Campo

Definición

Precaución

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

La solicitud se ejecutó y se realizó correctamente.

[Android.Runtime.Register("ERROR_NONE", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.ProfilingResultError enum directly instead of this field.", true)]
public const Android.OS.ProfilingResultError ErrorNone = 0;
[<Android.Runtime.Register("ERROR_NONE", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.ProfilingResultError enum directly instead of this field.", true)>]
val mutable ErrorNone : Android.OS.ProfilingResultError

Valor de campo

Value = 0

Implementaciones

Atributos

Comentarios

La solicitud se ejecutó y se realizó correctamente.

Java documentación para android.os.ProfilingResult.ERROR_NONE.

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