Condividi tramite


GameState.ModeGameplayInterruptible Campo

Definizione

Attenzione

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

Indica se il gioco è attivo, ma interrompibile, gioco.

[Android.Runtime.Register("MODE_GAMEPLAY_INTERRUPTIBLE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.GameStateMode enum directly instead of this field.", true)]
public const Android.App.GameStateMode ModeGameplayInterruptible = 2;
[<Android.Runtime.Register("MODE_GAMEPLAY_INTERRUPTIBLE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.GameStateMode enum directly instead of this field.", true)>]
val mutable ModeGameplayInterruptible : Android.App.GameStateMode

Valore del campo

Value = 2

Implementazioni

Attributi

Commenti

Indica se il gioco è attivo, ma interrompibile, gioco.

Documentazione java per android.app.GameState.MODE_GAMEPLAY_INTERRUPTIBLE.

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.

Si applica a