About life cycle
There are three states in the life cycle.
State | Description |
---|---|
Boot | This state can enter by call ChannelIO.boot You can use all the features ChannelIO offers. |
Sleep | This state can enter by call ChannelIO.sleep You can only call Track or receive push notification. If you want to do interaction, call boot again. |
Shutdown | This state can enter by call ChannelIO.shutdown All of ChannelIO interaction is closed and can not do any actions for ChannelIO |
Updated 12 months ago