ApplicationStartInfo.StartComponentOther Campo

Definición

Precaución

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

El proceso se inició no para uno de los cuatro componentes estándar.

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

Valor de campo

Value = 5

Implementaciones

Atributos

Comentarios

El proceso se inició no para uno de los cuatro componentes estándar.

Java documentación para android.app.ApplicationStartInfo.START_COMPONENT_OTHER.

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