Share via


GameState.ModeNone Field

Definition

Caution

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

No mode means that the game is not in active play, for example the user is using the game menu.

[Android.Runtime.Register("MODE_NONE", 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 ModeNone = 1;
[<Android.Runtime.Register("MODE_NONE", 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 ModeNone : Android.App.GameStateMode

Field Value

Value = 1

Implements

Attributes

Remarks

No mode means that the game is not in active play, for example the user is using the game menu.

Java documentation for android.app.GameState.MODE_NONE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to