Share via


GameManager.GameModeUnsupported Field

Definition

Caution

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

Game mode is not supported for this application.

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

Field Value

Value = 0
Attributes

Remarks

Game mode is not supported for this application.

Java documentation for android.app.GameManager.GAME_MODE_UNSUPPORTED.

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