NXMMessageStatusEvent

Objective-C

@interface NXMMessageStatusEvent : NXMEvent

Swift

class NXMMessageStatusEvent : NXMEvent

Represents a message status event that is sent and received on an NXMConversation.

  • A reference to the unique ID of the message the status event belongs to

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSInteger referenceEventUuid;

    Swift

    var referenceEventUuid: Int { get }
  • The message status.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NXMMessageStatusType status;

    Swift

    var status: NXMMessageStatusType { get }