NIM SDK API  9.0.0
Public Member Functions | Public Attributes | List of all members
nim_chatroom::ChatRoomQueueChangedNotification Struct Reference

聊天室队列通知内容 More...

#include <nim_chatroom_helper.h>

Public Member Functions

void ParseFromNotification (const ChatRoomNotification &notification)
 从聊天室通知中解析得到队列变更具体内容 More...
 

Public Attributes

std::string type_
 
std::string key_
 
std::string value_
 

Detailed Description

聊天室队列通知内容

Member Function Documentation

◆ ParseFromNotification()

void nim_chatroom::ChatRoomQueueChangedNotification::ParseFromNotification ( const ChatRoomNotification notification)
inline

从聊天室通知中解析得到队列变更具体内容

Parameters
[in]notification聊天室通知
Returns
void

Member Data Documentation

◆ key_

std::string nim_chatroom::ChatRoomQueueChangedNotification::key_

队列变更元素的Key

◆ type_

std::string nim_chatroom::ChatRoomQueueChangedNotification::type_

队列变更类型 OFFER, POLL, DROP

◆ value_

std::string nim_chatroom::ChatRoomQueueChangedNotification::value_

队列变更元素的Value


The documentation for this struct was generated from the following file: