MXChatMemberAccessType Constants Reference

Declared in MXChat.h

MXChatMemberAccessType

  • MXChatMemberAccessTypeNone: Indicating the user is not a member of this chat.
  • MXChatMemberAccessTypeOwner: Indicating the user is the owner of this chat.
  • MXChatMemberAccessTypeEditor: Indicating the user has edit permission.
  • MXChatMemberAccessTypeViewer: Indicating the user has only view permission.

Definition

typedef NS_ENUM(NSUInteger, MXChatMemberAccessType ) {
   MXChatMemberAccessTypeNone,
   MXChatMemberAccessTypeOwner,
   MXChatMemberAccessTypeEditor,
   MXChatMemberAccessTypeViewer,
};

Constants

MXChatMemberAccessTypeNone
  • MXChatMemberAccessTypeNone: Indicating the user is not a member of this chat.
  • MXChatMemberAccessTypeOwner: Indicating the user is the owner of this chat.
  • MXChatMemberAccessTypeEditor: Indicating the user has edit permission.
  • MXChatMemberAccessTypeViewer: Indicating the user has only view permission.

Declared In MXChat.h.

MXChatMemberAccessTypeOwner
  • MXChatMemberAccessTypeNone: Indicating the user is not a member of this chat.
  • MXChatMemberAccessTypeOwner: Indicating the user is the owner of this chat.
  • MXChatMemberAccessTypeEditor: Indicating the user has edit permission.
  • MXChatMemberAccessTypeViewer: Indicating the user has only view permission.

Declared In MXChat.h.

MXChatMemberAccessTypeEditor
  • MXChatMemberAccessTypeNone: Indicating the user is not a member of this chat.
  • MXChatMemberAccessTypeOwner: Indicating the user is the owner of this chat.
  • MXChatMemberAccessTypeEditor: Indicating the user has edit permission.
  • MXChatMemberAccessTypeViewer: Indicating the user has only view permission.

Declared In MXChat.h.

MXChatMemberAccessTypeViewer
  • MXChatMemberAccessTypeNone: Indicating the user is not a member of this chat.
  • MXChatMemberAccessTypeOwner: Indicating the user is the owner of this chat.
  • MXChatMemberAccessTypeEditor: Indicating the user has edit permission.
  • MXChatMemberAccessTypeViewer: Indicating the user has only view permission.

Declared In MXChat.h.

Declared In

MXChat.h