ShengwangChatSDK 1.3.2
类方法 | 属性 | 所有成员列表
AgoraChatGroupSharedFile类 参考

#import <AgoraChatGroupSharedFile.h>

类 AgoraChatGroupSharedFile 继承关系图:

类方法

(instancetype) + sharedFileWithId:
 

属性

NSString * fileId
 
NSString * fileName
 
NSString * fileOwner
 
long long createdAt
 
long long fileSize
 

详细描述

@header AgoraChatGroupSharedFile.h @abstract Group share file

作者
Hyphenate
版本
3.00 The group shared file object.

函数文档

◆ sharedFileWithId:

+ (instancetype) sharedFileWithId: (NSString *)  aFileId

Gets the shared file instance.

参数
aFileIdThe file ID.
返回
The shared file instance.

属性说明

◆ createdAt

- (long long) createdAt
readwritenonatomicassign

The Unix timestamp for creating the file, in ms.

◆ fileId

- (NSString*) fileId
readnonatomiccopy

The file ID, which is the unique identifier of a file.

◆ fileName

- (NSString*) fileName
readnonatomiccopy

The name of the file.

◆ fileOwner

- (NSString*) fileOwner
readnonatomiccopy

The owner of the file.

◆ fileSize

- (long long) fileSize
readwritenonatomicassign

The data length (bytes) of the file.


该类的文档由以下文件生成: