permissionType property Null safety

ChatGroupPermissionType? permissionType
final

Gets the current user's role in group.

Note To get the correct value, ensure that you call {@link ChatGroupManager#fetchGroupInfoFromServer(String)} before calling this method.

Implementation

final ChatGroupPermissionType? permissionType;