Bit6MessageFileType Constants Reference
Declared in | Bit6Message.h |
Bit6MessageFileType
Attachment type for a Bit6Message
Definition
typedef NS_ENUM(NSInteger, Bit6MessageFileType ) {
Bit6MessageFileType_None = 0,
Bit6MessageFileType_Audio,
Bit6MessageFileType_Image,
Bit6MessageFileType_Video = 4,
};
Constants
Bit6MessageFileType_None
-
The message has no attachment.
Declared In
Bit6Message.h
. Bit6MessageFileType_Audio
-
The message has an audio attachment.
Declared In
Bit6Message.h
. Bit6MessageFileType_Image
-
The message has an image attachment.
Declared In
Bit6Message.h
. Bit6MessageFileType_Video
-
The message has a video attachment.
Declared In
Bit6Message.h
.
Declared In
Bit6Message.h