TTAttachmentType Constants Reference
| Declared in | TTAttachmentType.h |
|---|
TTAttachmentType
Enumeration describing type of TTAttachment.
Definition
typedef NS_ENUM(NSUInteger, TTAttachmentType ) {
TTAttachmentTypeNone,
TTAttachmentTypeAudio,
TTAttachmentTypeImage,
TTAttachmentTypeDocument,
TTAttachmentTypeVideo,
};
Constants
TTAttachmentTypeNone-
No Attachment.
Declared In
TTAttachmentType.h. TTAttachmentTypeAudio-
Attachment is an audio file.
Declared In
TTAttachmentType.h. TTAttachmentTypeImage-
Attachment is an image.
Declared In
TTAttachmentType.h. TTAttachmentTypeDocument-
Attachment is a document.
Declared In
TTAttachmentType.h. TTAttachmentTypeVideo-
Attachment is a video.
Declared In
TTAttachmentType.h.
Declared In
TTAttachmentType.h