Freigeben über


GameState.ModeContent Feld

Definition

Achtung

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

Gibt an, dass der angezeigte aktuelle Inhalt kein Spiel im Zusammenhang steht.

[Android.Runtime.Register("MODE_CONTENT", 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 ModeContent = 4;
[<Android.Runtime.Register("MODE_CONTENT", 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 ModeContent : Android.App.GameStateMode

Feldwert

Value = 4

Implementiert

Attribute

Hinweise

Gibt an, dass der angezeigte aktuelle Inhalt kein Spiel im Zusammenhang steht. Beispielsweise kann es sich um eine Anzeige, eine Webseite, einen Text oder ein Video handelt.

Java-Dokumentation für android.app.GameState.MODE_CONTENT.

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.

Gilt für: