ActivityInfo.LaunchSingleInstancePerTask Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Content.PM.LaunchMode enum directly instead of this field.

Costante corrispondente a singleInstancePerTask nell'attributo android.R.attr#launchMode .

[Android.Runtime.Register("LAUNCH_SINGLE_INSTANCE_PER_TASK", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.LaunchMode enum directly instead of this field.", true)]
public const Android.Content.PM.LaunchMode LaunchSingleInstancePerTask = 4;
[<Android.Runtime.Register("LAUNCH_SINGLE_INSTANCE_PER_TASK", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.LaunchMode enum directly instead of this field.", true)>]
val mutable LaunchSingleInstancePerTask : Android.Content.PM.LaunchMode

Valore del campo

Value = 4

Implementazioni

Attributi

Commenti

Costante corrispondente a singleInstancePerTask nell'attributo android.R.attr#launchMode .

per android.content.pm.ActivityInfo.LAUNCH_SINGLE_INSTANCE_PER_TASK.

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