ApplicationStartInfo.StartReasonOther Campo

Definizione

Attenzione

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

Il processo è stato avviato non per uno dei motivi elencati.

[Android.Runtime.Register("START_REASON_OTHER", 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 StartReasonOther = 8;
[<Android.Runtime.Register("START_REASON_OTHER", 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 StartReasonOther : Android.App.ApplicationStartInfoStartReason

Valore del campo

Value = 8

Implementazioni

Attributi

Commenti

Il processo è stato avviato non per uno dei motivi elencati.

per android.app.ApplicationStartInfo.START_REASON_OTHER.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a