Compartir a través de


ActivityManager.RunningServiceInfo.FlagStarted Campo

Definición

Precaución

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

Bit para #flags: se establece si este servicio se ha iniciado explícitamente.

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

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

Bit para #flags: se establece si este servicio se ha iniciado explícitamente.

Documentación de Java para android.app.ActivityManager.RunningServiceInfo.FLAG_STARTED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a