floo::BMXForwardAttachment#
訊息轉發附件
#include <bmx_forward_attachment.h>
Inherits from floo::BMXMessageAttachment, BMXBaseObject
Public Classes#
| Name | |
|---|---|
| class | Message 轉發訊息附件自定義訊息 |
Public Functions#
| Name | |
|---|---|
| BMXForwardAttachment() 構造函數 | |
| virtual | ~BMXForwardAttachment() 析構函數 |
| virtual Type | type() const 附件類型 |
| virtual BMXMessageAttachmentPtr | clone() const 克隆函數 |
Additional inherited members#
Public Types inherited from floo::BMXMessageAttachment
| Name | |
|---|---|
| enum class | Type { Image, Voice, Video, File, Location, Command, Forward} 附件類型 |
| enum class | DownloadStatus { Downloaing, Successed, Failed, NotStart, Canceled} 附件下載狀態 |
Public Functions inherited from floo::BMXMessageAttachment
| Name | |
|---|---|
| BMXMessageAttachment() 構造函數 | |
| virtual | ~BMXMessageAttachment() 析構函數 |
Public Functions Documentation#
function BMXForwardAttachment#
inline BMXForwardAttachment()
構造函數
Example:
{% lanying_code_snippet repo="lanying-im-embedded",class="BMXForwardAttachment",function="BMXForwardAttachment" %}{% endlanying_code_snippet %}
function ~BMXForwardAttachment#
inline virtual ~BMXForwardAttachment()
析構函數
Example:
{% lanying_code_snippet repo="lanying-im-embedded",class="BMXForwardAttachment",function="~BMXForwardAttachment" %}{% endlanying_code_snippet %}
function type#
inline virtual Type type() const
附件類型
Return: Type
Reimplements: floo::BMXMessageAttachment::type
Example:
{% lanying_code_snippet repo="lanying-im-embedded",class="BMXForwardAttachment",function="type" %}{% endlanying_code_snippet %}
function clone#
virtual BMXMessageAttachmentPtr clone() const
克隆函數
Return: BMXMessageAttachmentPtr
Reimplements: floo::BMXMessageAttachment::clone
Example:
{% lanying_code_snippet repo="lanying-im-embedded",class="BMXForwardAttachment",function="clone" %}{% endlanying_code_snippet %}
Updated on 2022-01-26 at 17:20:40 +0800