ShengwangChatSDK 1.3.2
|
#import <AgoraChatGroupSharedFile.h>
类方法 | |
(instancetype) | + sharedFileWithId: |
属性 | |
NSString * | fileId |
NSString * | fileName |
NSString * | fileOwner |
long long | createdAt |
long long | fileSize |
@header AgoraChatGroupSharedFile.h @abstract Group share file
+ (instancetype) sharedFileWithId: | (NSString *) | aFileId |
Gets the shared file instance.
aFileId | The file ID. |
|
readwritenonatomicassign |
The Unix timestamp for creating the file, in ms.
|
readnonatomiccopy |
The file ID, which is the unique identifier of a file.
|
readnonatomiccopy |
The name of the file.
|
readnonatomiccopy |
The owner of the file.
|
readwritenonatomicassign |
The data length (bytes) of the file.