Lenguaje

ApplicationStartInfo.StartComponentBroadcast Campo

Definición

Precaución

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

Se inició el proceso para un componente de difusión.

[Android.Runtime.Register("START_COMPONENT_BROADCAST", 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 StartComponentBroadcast = 2;
[<Android.Runtime.Register("START_COMPONENT_BROADCAST", 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 StartComponentBroadcast : Android.App.ApplicationStartInfoStartComponent

Valor de campo

Value = 2

Implementaciones

Atributos

Comentarios

Se inició el proceso para un componente de difusión.

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

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