Attachment
public class Attachment : NSObject
Provides information of the Attachments
-
This variable defines the fileName of the attachment.
Declaration
Swift
@objc public var fileName: String { get }
-
This variable defines the fileExtension of the attachment.
Declaration
Swift
@objc public var fileExtension: String { get }
-
This variable defines the fileSize of the attachment.
Declaration
Swift
@objc public var fileSize: Double { get }
-
This variable defines the fileMimeType of the attachment.
Declaration
Swift
@objc public var fileMimeType: String { get }
-
This variable defines the fileUrl of the attachment.
Declaration
Swift
@objc public var fileUrl: String { get }