currentState property

String? currentState
getter/setter pair

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;