ActivityOptions.PendingIntentBackgroundActivityLaunchAllowed Propiedad

Definición

Se permite iniciar la actividad Get PendingIntent en segundo plano si el autor de la llamada puede iniciar actividades en segundo plano. -o bien- Se permite iniciar la actividad PendingIntent en segundo plano si el autor de la llamada puede iniciar actividades en segundo plano.

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

Valor de propiedad

Atributos

Comentarios

Documentación del captador de propiedades:

Se permite iniciar la actividad Get PendingIntent en segundo plano si el autor de la llamada puede iniciar actividades en segundo plano.

Este miembro está en desuso. se usa #getPendingIntentBackgroundActivityStartMode() , ya que para las aplicaciones que tienen como destino android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE o superior este valor podría no coincidir con el comportamiento real si el valor no se estableció explícitamente.

Java documentación para android.app.ActivityOptions.isPendingIntentBackgroundActivityLaunchAllowed().

Documentación del establecedor de propiedades:

Se permite iniciar la actividad PendingIntent en segundo plano si el autor de la llamada puede iniciar actividades en segundo plano.

Este miembro está en desuso. use #setPendingIntentBackgroundActivityStartMode(int) para establecer el intervalo completo de estados

Java documentación para android.app.ActivityOptions.setPendingIntentBackgroundActivityLaunchAllowed(boolean).

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