NXMAttachmentType

Objective-C

enum NXMAttachmentType {}

Swift

enum NXMAttachmentType : Int

A list of attachment types for an NXMConversation.

  • An Image attachment type

    Declaration

    Objective-C

    NXMAttachmentTypeImage

    Swift

    case image = 0