GameState.ModeGameplayInterruptible Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This constant will be removed in the future version. Use Android.App.GameStateMode enum directly instead of this field.
Gibt an, ob das Spiel aktiv ist, aber unterbrechungsfähig ist.
[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
Feldwert
Value = 2Implementiert
- Attribute
Hinweise
Gibt an, ob das Spiel aktiv ist, aber unterbrechungsfähig ist.
Java-Dokumentation für android.app.GameState.MODE_GAMEPLAY_INTERRUPTIBLE
.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.