currentState property
The current state of the achievement for which a reveal was attempted.
This might be UNLOCKED
if the achievement was already unlocked.
Possible string values are:
- "REVEALED" : Achievement is revealed.
- "UNLOCKED" : Achievement is unlocked.
Implementation
core.String? currentState;