#import <EMFileMessageBody.h>
◆ initWithData:displayName:
- (instancetype) initWithData: |
|
(NSData *) |
aData |
displayName: |
|
(NSString *) |
aDisplayName |
|
|
| |
Initialize a file message body instance
- Parameters
-
aData | The data of attachment file |
aDisplayName | Display name of the attachment |
- Returns
- File message body instance
◆ initWithLocalPath:displayName:
- (instancetype) initWithLocalPath: |
|
(NSString *) |
aLocalPath |
displayName: |
|
(NSString *) |
aDisplayName |
|
|
| |
Initialize a file message body instance
- Parameters
-
aLocalPath | Local path of the attachment |
aDisplayName | Display name of the attachment |
- Returns
- File message body instance
◆ displayName
- (NSString*) displayName |
|
readwritenonatomiccopy |
Display name of attachment
◆ downloadStatus
- (EMDownloadStatus) downloadStatus |
|
readwritenonatomicassign |
Downloading status of attachment
◆ fileLength
Length of attachment, in bytes
◆ localPath
◆ remotePath
Server path of attachment
◆ secretKey
Secret key for downloading the message attachment
The documentation for this class was generated from the following file: