Bit6MessageType Constants Reference
Declared in | Bit6Message.h |
Bit6MessageType
Message type for a Bit6Message.
Definition
typedef NS_ENUM(NSInteger, Bit6MessageType ) {
Bit6MessageType_Text = 1,
Bit6MessageType_Call = 3,
Bit6MessageType_Attachments = 5,
Bit6MessageType_Location = 6,
};
Constants
Bit6MessageType_Text
-
The message has only text.
Declared In
Bit6Message.h
. Bit6MessageType_Call
-
The message is for a call.
Declared In
Bit6Message.h
. Bit6MessageType_Attachments
-
The message has an attachment.
Declared In
Bit6Message.h
. Bit6MessageType_Location
-
The message has a location.
Declared In
Bit6Message.h
.
Declared In
Bit6Message.h