MXAuditEvent Class Reference

Inherits from NSObject
Declared in MXAuditEvent.h

Overview

The audit event object

  chatId

Id of the releated chat

@property (nonatomic, copy, nonnull) NSString *chatId

Declared In

MXAuditEvent.h

  feedId

Id of the related feed

@property (nonatomic, assign) NSUInteger feedId

Declared In

MXAuditEvent.h

  actionId

Id of the event action

@property (nonatomic, assign) NSUInteger actionId

Declared In

MXAuditEvent.h

  extraInfo

Extra info of this event @discussion Keys name in covered cases are listed below: * Edit message case: ‘old_message’,‘new_message’ * Delete message case: ‘old_message’ * Delete file case: ‘file_name’, ‘file_hash’, ‘creator_org_id’, ‘creator_unique_id’ * Todo deleted case: ‘todo_title’, ‘creator_org_id’, ‘creator_unique_id’ * Todo renameed case: ‘todo_old_title’, ‘todo_title’, ‘creator_org_id’, ‘creator_unique_id’ * Todo description updated case: ‘todo_title’, ‘todo_old_desp’, ‘todo_desp’, ‘creator_org_id’, ‘creator_unique_id’

@property (nonatomic, strong, nullable) NSDictionary *extraInfo

Declared In

MXAuditEvent.h