PNSubscriberData Class Reference

Inherits from PNServiceData : NSObject
Declared in PNSubscribeStatus.h
PNSubscribeStatus.m

Information

  subscribedChannel

Name of regular channel or channel group.

@property (nonatomic, readonly, strong) NSString *subscribedChannel

Availability

4.0

Declared In

PNSubscribeStatus.h

  actualChannel

Name of channel in case if \c subscribedChannel represent channel group.

@property (nonatomic, readonly, strong) NSString *actualChannel

Availability

4.0

Declared In

PNSubscribeStatus.h

  timetoken

Time at which even arrived.

@property (nonatomic, readonly, strong) NSNumber *timetoken

Availability

4.0

Declared In

PNSubscribeStatus.h

  currentTimetoken

Time token which has been used to establish current subscription cycle.

@property (nonatomic, readonly, strong) NSNumber *currentTimetoken

Availability

4.0

Declared In

PNSubscribeStatus.h

  lastTimeToken

Stores reference on previous key which has been used in subscription cycle to receive \c currentTimetoken along with other events.

@property (nonatomic, readonly, strong) NSNumber *lastTimeToken

Availability

4.0

Declared In

PNSubscribeStatus.h

  subscribedChannels

List of channels on which client currently subscribed.

@property (nonatomic, readonly, copy) NSArray *subscribedChannels

Availability

4.0

Declared In

PNSubscribeStatus.h

  subscribedChannelGroups

List of channel group names on which client currently subscribed.

@property (nonatomic, readonly, copy) NSArray *subscribedChannelGroups

Availability

4.0

Declared In

PNSubscribeStatus.h

  data

Structured \b PNResult \c data field information.

@property (nonatomic, readonly, copy) PNSubscriberData *data

Availability

4.0

Declared In

PNSubscribeStatus.h