ShengwangChatSDK 1.3.2
属性 | 所有成员列表
AgoraChatGroupOptions类 参考

#import <AgoraChatGroupOptions.h>

类 AgoraChatGroupOptions 继承关系图:

属性

AgoraChatGroupStyle style
 
NSInteger maxUsers
 
BOOL IsInviteNeedConfirm
 
NSString * ext
 

详细描述

The group options.

属性说明

◆ ext

- (NSString*) ext
readwritenonatomicstrong

The extra information of the group.

◆ IsInviteNeedConfirm

- (BOOL) IsInviteNeedConfirm
readwritenonatomicassign

Whether to send an invitation notification when inviting a user to join the group. If you set it as NO, the user joins the group automatically.

◆ maxUsers

- (NSInteger) maxUsers
readwritenonatomicassign

The maximum number of members in a group. The value range is [3,2000]; the default value is 200.

◆ style

- (AgoraChatGroupStyle) style
readwritenonatomicassign

The group style.


该类的文档由以下文件生成: