currentState property

String? currentState
getter/setter pair

The current state of the achievement.

This is the same as the initial state of the achievement. Possible values are: - "HIDDEN"- Achievement is hidden. - "REVEALED" - Achievement is revealed. - "UNLOCKED" - Achievement is unlocked.

Implementation

core.String? currentState;