ActivityOptions.PendingIntentBackgroundActivityLaunchAllowed Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
L'attività Get PendingIntent può essere avviata in background se il chiamante può avviare attività in background. -oppure- Impostare l'attività PendingIntent può essere avviata in background se il chiamante può avviare attività in background.
public virtual bool PendingIntentBackgroundActivityLaunchAllowed { [Android.Runtime.Register("isPendingIntentBackgroundActivityLaunchAllowed", "()Z", "GetIsPendingIntentBackgroundActivityLaunchAllowedHandler", ApiSince=33)] get; [Android.Runtime.Register("setPendingIntentBackgroundActivityLaunchAllowed", "(Z)V", "GetSetPendingIntentBackgroundActivityLaunchAllowed_ZHandler", ApiSince=33)] set; }
[<get: Android.Runtime.Register("isPendingIntentBackgroundActivityLaunchAllowed", "()Z", "GetIsPendingIntentBackgroundActivityLaunchAllowedHandler", ApiSince=33)>]
[<set: Android.Runtime.Register("setPendingIntentBackgroundActivityLaunchAllowed", "(Z)V", "GetSetPendingIntentBackgroundActivityLaunchAllowed_ZHandler", ApiSince=33)>]
member this.PendingIntentBackgroundActivityLaunchAllowed : bool with get, set
Valore della proprietà
- Attributi
Commenti
Documentazione del getter delle proprietà:
L'attività Get PendingIntent può essere avviata in background se il chiamante può avviare attività in background.
Questo membro è deprecato. usare #getPendingIntentBackgroundActivityStartMode()
poiché per le app android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE
destinate a questo valore o superiore questo valore potrebbe non corrispondere al comportamento effettivo se il valore non è stato impostato in modo esplicito.
Documentazione del setter delle proprietà:
L'impostazione dell'attività PendingIntent può essere avviata in background se il chiamante può avviare attività in background.
Questo membro è deprecato. usare #setPendingIntentBackgroundActivityStartMode(int) per impostare l'intervallo completo di stati
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.