Properties | |
V2TIMGroupInfoChangeType | type |
NSString * | value |
NSString * | key |
BOOL | boolValue |
uint32_t | intValue |
uint64_t | uint64Value |
|
readnonatomicassign |
Group profile change type.
|
readnonatomicstrong |
Value has different meanings depending on the change type. For example, when type is V2TIM_GROUP_INFO_CHANGE_TYPE_NAME, value indicates the new group name.
|
readnonatomicstrong |
Value of key of the custom field modified (valid only when type is V2TIM_GROUP_INFO_CHANGE_TYPE_CUSTOM) For historical reasons, if only the custom group field is modified, the current message will not be saved to the roaming server or database.
|
readnonatomicassign |
BoolValue has different meanings depending on the change type(valid when type is V2TIM_GROUP_INFO_CHANGE_TYPE_SHUT_UP_ALL or V2TIM_GROUP_INFO_CHANGE_TYPE_ENABLE_PERMISSION_GROUP)
|
readnonatomicassign |
IntValue has different meanings depending on the change type
|
readnonatomicassign |
Uint64Value has different meanings depending on the change type(valid only when type is V2TIM_GROUP_INFO_CHANGE_TYPE_DEFAULT_PERMISSIONS)