Callbacks
This page describes Callback
of the ChannelIO iOS SDK (hereafter referred to as SDK).
BootCallback
Callback of the ChannelIO.boot. It informs the result of boot
.
parameter | type | description |
---|---|---|
bootStatus | BootStatus | A status value of the boot result. |
user | User | User data when the boot succeeds. |
UserUpdateCallback
Callback of the User Update. It informs the result of the user update.
parameter | type | description |
---|---|---|
user | BootStatus | User data when the user update succeeds. |
error | Error when user update fails. |
It is used in the functions below:
Updated 8 months ago