GameState.Label Property

Definition

public int Label { [Android.Runtime.Register("getLabel", "()I", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getLabel", "()I", "", ApiSince=33)>]
member this.Label : int

Property Value

The developer-supplied enum, e.g. to indicate level or scene. The default value (if not supplied) is -1.

Attributes

Remarks

Java documentation for android.app.GameState.getLabel().

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