AgoraChatSDK 1.2.0
Instance Methods | Class Methods | Properties | List of all members
AgoraChatGroupSharedFile Class Reference

#import <AgoraChatGroupSharedFile.h>

Inheritance diagram for AgoraChatGroupSharedFile:

Instance Methods

(long long createTime) - __deprecated_msg
 

Class Methods

(instancetype) + sharedFileWithId:
 

Properties

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

Detailed Description

@header AgoraChatGroupSharedFile.h @abstract Group share file

Author
Hyphenate
Version
3.00 The group shared file object.

Method Documentation

◆ __deprecated_msg

- (long long createTime) __deprecated_msg ("Use createdAt instead") 

Create Time of File

◆ sharedFileWithId:

+ (instancetype) sharedFileWithId: (NSString *)  aFileId

Gets the shared file instance.

Parameters
aFileIdThe file ID.
Returns
The shared file instance.

Property Documentation

◆ 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.


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