Event Delegate
The iOS SDK provides event delegates to listen to various events on the client app. Through these event delegates, TapTalk.io notifies the client app of events that happen on your app. You will need to register the delegate objects to receive event callbacks from TapTalk.io.
Event Delegate Name | Description |
Listens to general event changes in the application | |
Listens to UI-related events in Room List View when UI implementation type is used | |
Listens to UI-related events in Chat Room View when UI implementation type is used | |
Listens to UI-related events in Chat Profile View when UI implementation type is used | |
Listens to UI-related events in My Account View when UI implementation type is used | |
Listens to custom keyboard-related events when UI implementation type is used | |
Listens to events when a new/updated message is received by the application | |
Listens to changes to chat room's state in the room list | |
Listens to chat room status events such as typing events and online status | |