BMXAttachmentType

Declared in BMXMessageAttachment.h

BMXAttachmentType

Definition

typedef NS_ENUM(NSUInteger, BMXAttachmentType ) {   
    
    BMXMessageAttactmentTypeLocation,
    
    BMXMessageAttactmentTypeFile,
    
    BMXMessageAttactmentTypeVoice,
    
    BMXMessageAttactmentTypeImage,
    
    BMXMessageAttactmentTypeVideo,
    
};

Constants

BMXMessageAttactmentTypeLocation

Declared In BMXMessageAttachment.h.

BMXMessageAttactmentTypeFile

Declared In BMXMessageAttachment.h.

BMXMessageAttactmentTypeVoice

Declared In BMXMessageAttachment.h.

BMXMessageAttactmentTypeImage

Declared In BMXMessageAttachment.h.

BMXMessageAttactmentTypeVideo

Declared In BMXMessageAttachment.h.

Last updated

Was this helpful?