ApplicationStartInfo.StartReasonService Campo

Definición

Precaución

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

Proceso iniciado debido a que el servicio se inició por cualquier motivo no aparece explícitamente.

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

Valor de campo

Value = 10

Implementaciones

Atributos

Comentarios

Proceso iniciado debido a que el servicio se inició por cualquier motivo no aparece explícitamente.

Referencia de Android para android.app.ApplicationStartInfo.START_REASON_SERVICE.

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