蓝莺开发者
Web & Mini ProgramiOSAndroidC++Server API

BMXImageAttachment Class Reference#

Inherits from BMXFileAttachment :
BMXMessageAttachment :
BMXBaseObject :
NSObject
Declared in floo_proxy.h

Overview#

@interface 图片消息附件

Class Methods#

dynamicCastWithAttachment:#

消息附件强制转换为图像附件

+ (BMXImageAttachment )dynamicCastWithAttachment:(BMXMessageAttachment )attachment

Parameters#

attachment
附件

Return Value#

BMXImageAttachment

Declared In#

  • floo_proxy.h

Instance Methods#


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXImageAttachment",function="dynamicCastWithAttachment:" %}{% endlanying_code_snippet %}

clone#

克隆函数

- (BMXMessageAttachment *)clone

Return Value#

BMXMessageAttachment

Declared In#

  • floo_proxy.h


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXImageAttachment",function="clone" %}{% endlanying_code_snippet %}

dealloc#

- (void)dealloc


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXImageAttachment",function="dealloc" %}{% endlanying_code_snippet %}

initWithData:thumbnailData:imageSize:displayName:conversationId:#

- (id)initWithData:(NSData )aData thumbnailData:(NSData )thumbnailData imageSize:(BMXMessageAttachmentSize )size displayName:(NSString )displayName conversationId:(long long)conversationId


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXImageAttachment",function="initWithData:thumbnailData:imageSize:displayName:conversationId:" %}{% endlanying_code_snippet %}

initWithPath:size:#

- (id)initWithPath:(NSString )path size:(BMXMessageAttachmentSize )size


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXImageAttachment",function="initWithPath:size:" %}{% endlanying_code_snippet %}

initWithPath:size:displayName:#

构造函数,构建发送图片消息附件

- (id)initWithPath:(NSString )path size:(BMXMessageAttachmentSize )size displayName:(NSString )displayName*

Parameters#

path
本地路径

size
图片的大小,宽度和高度

displayName
展示名

Declared In#

  • floo_proxy.h


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXImageAttachment",function="initWithPath:size:displayName:" %}{% endlanying_code_snippet %}

initWithRatelUrl:size:displayName:fileLength:#

构造函数,构建接收图片消息附件

- (id)initWithRatelUrl:(NSString )ratelUrl size:(BMXMessageAttachmentSize )size displayName:(NSString )displayName fileLength:(long long)fileLength*

Parameters#

size
图片的大小,宽度和高度

displayName
展示名

fileLength
文件大小

url
图片ratel服务器地址

Declared In#

  • floo_proxy.h


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXImageAttachment",function="initWithRatelUrl:size:displayName:fileLength:" %}{% endlanying_code_snippet %}

setThumbnail:#

设置发送图片消息缩略图

- (void)setThumbnail:(NSString )path*

Parameters#

path
本地路径

Declared In#

  • floo_proxy.h


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXImageAttachment",function="setThumbnail:" %}{% endlanying_code_snippet %}

size#

图片大小

- (BMXMessageAttachmentSize *)size

Return Value#

BMXMessageAttachmentSize

Declared In#

  • floo_proxy.h


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXImageAttachment",function="size" %}{% endlanying_code_snippet %}

thumbnailDownloadStatus#

缩略图下载状态

- (BMXMessageAttachment_DownloadStatus)thumbnailDownloadStatus

Return Value#

BMXMessageAttachment_DownloadStatus

Declared In#

  • floo_proxy.h


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXImageAttachment",function="thumbnailDownloadStatus" %}{% endlanying_code_snippet %}

thumbnailPath#

缩略图本地路径

- (NSString *)thumbnailPath

Return Value#

NSString

Declared In#

  • floo_proxy.h


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXImageAttachment",function="thumbnailPath" %}{% endlanying_code_snippet %}

thumbnailUrl#

远程使用缩略图URL

- (NSString *)thumbnailUrl

Return Value#

NSString

Declared In#

  • floo_proxy.h


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXImageAttachment",function="thumbnailUrl" %}{% endlanying_code_snippet %}

type#

返回图片附件类型

- (BMXMessageAttachment_Type)type

Return Value#

BMXMessageAttachment_Type

Declared In#

  • floo_proxy.h

Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXImageAttachment",function="type" %}{% endlanying_code_snippet %}
自动生成的 API 内容,仅在必要位置补充精简的 AI 解释。