agora_chat_SDK  3.8.2
Class Methods | Properties | List of all members
AgoraGroupSharedFile Class Reference

#import <AgoraGroupSharedFile.h>

Inheritance diagram for AgoraGroupSharedFile:

Class Methods

(instancetype) + sharedFileWithId:
 

Properties

NSString * fileId
 
NSString * fileName
 
NSString * fileOwner
 
long long createTime
 
long long fileSize
 

Detailed Description

AgoraGroupSharedFile.h Group share file

Author
Hyphenate
Version
3.00

Method Documentation

+ (instancetype) sharedFileWithId: (NSString *)  aFileId

Get Share file instance

Parameters
aFileIdfile id
Returns
Share file instance

Property Documentation

- (long long) createTime
readwritenonatomicassign

Create Time of File

- (NSString*) fileId
readnonatomiccopy

Unique identifier of File

- (NSString*) fileName
readnonatomiccopy

Name of File

- (NSString*) fileOwner
readnonatomiccopy

Owner of File

- (long long) fileSize
readwritenonatomicassign

Size of File


The documentation for this class was generated from the following file: