Class AchievementDefinition
Encapsulate properties of achievement definition data
Namespace: YVR.Platform
Assembly: YVR.Platform.Runtime.dll
Syntax
public class AchievementDefinition
Constructors
Name | Description |
---|---|
AchievementDefinition(AndroidJavaObject) | Encapsulate properties of achievement definition data |
Fields
Name | Description |
---|---|
apiName | Api name of achievement |
bitfieldLength | Bit field length of achievement |
createTime | Time when this achievement created |
description | Description of achievement |
entryWritePolicy | Policy of achievement |
id | ID of achievement |
isArchived | Is this achievement archived |
isSecret | Is this achievement secret |
lockedImageFile | Locked image url of achievement |
target | Target of achievement |
title | Title of achievement |
type | Type of achievement |
unlockedDescription | Unlock description of achievement |
unlockedImageFile | Unlocked image url of achievement |
updateTime | Time when this achievement updated |
Methods
Name | Description |
---|---|
ToString() | Encapsulate properties of achievement definition data |