MXChatClientAuditDelegate Protocol Reference

Conforms to NSObject
Declared in MXChatClient.h

Overview

The MXChatClientAuditDelegate protocol defined the method that is called when any audit events releated with current user and current client has been happened.

– chatClientDidReceivedAuditEvent:

Tells the delegate that the current client has received a audit event.

- (void)chatClientDidReceivedAuditEvent:(MXAuditEvent *)auditEvent

Parameters

auditEvent

The reveived audit event

Declared In

MXChatClient.h