NIMChatroomQueueUpdateRequest Class Reference

Inherits from NSObject
Declared in NIMChatroomQueueRequest.h

Overview

Request to update a queue

  roomId

Chat room ID

@property (nonatomic, copy) NSString *roomId

Discussion

Chat room ID

Declared In

NIMChatroomQueueRequest.h

  key

Update the key of an element. If the key already exists, update the value of the key. If the key does not exist, append the element. 32 bytes are supported.

@property (nonatomic, copy) NSString *key

Discussion

Update the key of an element. If the key already exists, update the value of the key. If the key does not exist, append the element. 32 bytes are supported.

Declared In

NIMChatroomQueueRequest.h

  value

Update the value of a new element. 4096 bytes are allowed

@property (nonatomic, copy) NSString *value

Discussion

Update the value of a new element. 4096 bytes are allowed

Declared In

NIMChatroomQueueRequest.h

  transient

Specify whether to delete the new element if a user gets disconnected or leave the chat room. The default value is NO.

@property (nonatomic, assign) BOOL transient

Discussion

Specify whether to delete the new element if a user gets disconnected or leave the chat room. The default value is NO.

Declared In

NIMChatroomQueueRequest.h

  elementAccid

Account to which an element belongs. By default, no argument is taken and the element belongs to the current user. Administrators can assign specified elements to other valid accounts.

@property (nonatomic, assign) NSString *elementAccid

Discussion

Account to which an element belongs. By default, no argument is taken and the element belongs to the current user. Administrators can assign specified elements to other valid accounts.

Declared In

NIMChatroomQueueRequest.h