A callback interface that ChannelIO.boot()
notifies its result to.
Parameter | Type | Description |
---|---|---|
bootStatus |
| A result of |
user |
| An instance of current user. |
A callback interface that is notified when the user information is updated. Usage is the following:
Parameter | Type | Description |
---|---|---|
e |
| An exception raised during a user update. |
user |
| An updated user instance. |