#import <EMFileMessageBody.h>
- (instancetype _Nonnull) initWithData: |
|
(NSData *_Nullable) |
aData |
displayName: |
|
(NSString *_Nullable) |
aDisplayName |
|
|
| |
Initializes a file message instance.
- Parameters
-
aData | The data of the attachment file. |
aDisplayName | The display name of the attachment. |
The file message instance.
- (instancetype _Nonnull) initWithLocalPath: |
|
(NSString *_Nullable) |
aLocalPath |
displayName: |
|
(NSString *_Nullable) |
aDisplayName |
|
|
| |
Initializes a file message instance.
- Parameters
-
aLocalPath | The path of the file attachment in the local device. |
aDisplayName | The display name of the file attachment. |
- Returns
- The file message instance.
- (NSString*) displayName |
|
readwritenonatomiccopy |
The display name of the attachment.
- (EMDownloadStatus) downloadStatus |
|
readwritenonatomicassign |
The downloading status of the attachment.
The data length (bytes) of the attachment.
The path of the attachment on the local device.
The path of the attachment in the server.
The secret key for downloading the message attachment.
The documentation for this class was generated from the following file: