Bases: object
CurrentStatusAction class allows executing code after status updates.
This abstract class allows users to receive callbacks when a setCurrentStatus
or a getCurrentStatus method has been called.
onUpdateSucceded(status)
Notify status update success.
This callback method is invoked after a setCurrentStatus
or a getCurrentStatus method has been called.
Parameters:
| Name |
Type |
Description |
Default |
status
|
Status
|
The updated status object
|
required
|