updateType property
The type of update being applied. Possible string values are:
- "REVEAL" : Achievement is revealed.
- "UNLOCK" : Achievement is unlocked.
- "INCREMENT" : Achievement is incremented.
- "SET_STEPS_AT_LEAST" : Achievement progress is set to at least the passed value.
Implementation
core.String? updateType;