SBDChannelContext Class Reference

Inherits from NSObject
Declared in SBDChannelContext.h

Overview

Represents what happened to the channels.

  source

3.1.0

@property (atomic) SBDCollectionEventSource source

Availability

3.1.0

Declared In

SBDChannelContext.h

– initWithChannelSource:

Initializes with the channel source.

- (instancetype)initWithChannelSource:(SBDCollectionEventSource)source

Parameters

source

Channel source.

Return Value

SBDChannelContext object.

Availability

3.1.0

Declared In

SBDChannelContext.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

SBDChannelContext.h