YYClientSDK  beta 1.15
 全部  函数 枚举 枚举值
Public 类型 | Public 成员函数 | 所有成员列表
yy::IAppMsg结构体 参考abstract

[interface] 新应用消息 更多...

#include <yy-api-types.h>

类 yy::IAppMsg 继承关系图:
yy::IYYUnk

Public 类型

enum  EMsgItemType { EMSG_NONE = 0, EMSG_TEXT, EMSG_LINK }
 

Public 成员函数

virtual int AddMsgItem (const char *msg_item, unsigned int size, unsigned int user_data, EMsgItemType type)=0
 
virtual int SetCookie (unsigned int cookie)=0
 
virtual int SetKey (const char *key, unsigned int size)=0
 
- Public 成员函数 继承自 yy::IYYUnk
virtual void AddRef ()=0
 添加引用
 
virtual void Release ()=0
 释放引用
 

详细描述

[interface] 新应用消息