MXChatClientDelegate Protocol Reference

Conforms to NSObject
Declared in MXChatClient.h

Overview

The MXChatClientDelegate protocol defines methods that are called by the client object in response to important events in the lifetime of your client.

– chatClientDidUnlink:

Tells the delegate that the current client has logged out.

- (void)chatClientDidUnlink:(MXChatClient *)chatClient

Parameters

chatClient

The chat client

Discussion

Typical happens when you call unlink or access token expired.

Declared In

MXChatClient.h

– chatClientDidStorageBeyondPermission:

Tells the delegate that the user’s storage has exceeded permission.

- (void)chatClientDidStorageBeyondPermission:(MXChatClient *)chatClient

Parameters

chatClient

The chat client

Declared In

MXChatClient.h