GameServiceScoreKind Enum

Definition

Indicates the type of score used by a game.

public enum class GameServiceScoreKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class GameServiceScoreKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum GameServiceScoreKind
var value = Windows.Phone.System.UserProfile.GameServices.Core.GameServiceScoreKind.number
Public Enum GameServiceScoreKind
Inheritance
GameServiceScoreKind
Attributes

Windows requirements

Requirements Description
Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)

Fields

Name Value Description
Number 0

The score is a number.

Time 1

The score is a tie.

Remarks

All members of the Windows.Phone.System.UserProfile.GameServices.Core namespace can only be used by the XBox Live SDK. These APIs cannot be called except by applications that have the ID_CAP_GAMERSERVICES capability.

Applies to