SBDMessageContext Class Reference

Inherits from NSObject
Declared in SBDMessageContext.h

Overview

Represents what happened to the messages.

  source

3.1.0

@property (atomic) SBDCollectionEventSource source

Availability

3.1.0

Declared In

SBDMessageContext.h

  messageSendingStatus

3.1.0

@property (atomic) SBDMessageSendingStatus messageSendingStatus

Availability

3.1.0

Declared In

SBDMessageContext.h

– isFromEvent

Checks whether the context is from an event or not.

- (BOOL)isFromEvent

Return Value

If YES, the context is from an event.

Availability

3.1.0

Declared In

SBDMessageContext.h