PNPresenceDetailsData Class Reference

Inherits from PNSubscriberData : PNServiceData : NSObject
Declared in PNSubscriberResults.h
PNSubscriberResults.m

Information

  timetoken

Time when presence event has been tirggered.

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

Return Value

Number with unsugned long long timestamp.

Availability

4.0

Declared In

PNSubscriberResults.h

  uuid

Reference on unique user identifier for which event has been triggered.

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

Return Value

UUID string.

Availability

4.0

Declared In

PNSubscriberResults.h

  occupancy

Channel presence information.

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

Return Value

Number of subscribers which become after presence event has been triggered.

Availability

4.0

Declared In

PNSubscriberResults.h

  state

User changed client state.

@property (nonatomic, readonly, strong) NSDictionary *state

Return Value

In case of state change presence event will contain actual client state infotmation for \c uuid.

Availability

4.0

Declared In

PNSubscriberResults.h

  presenceEvent

Type of presence event.

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

Return Value

One of available presence event types.

Availability

4.0

Declared In

PNSubscriberResults.h

  presence

Additional presence information.

@property (nonatomic, readonly, strong) PNPresenceDetailsData *presence

Return Value

Object which has additional information about arrived presence event.

Availability

4.0

Declared In

PNSubscriberResults.h

  message

Message which has been delivered through data object live feed.

@property (nonatomic, readonly, strong) id message

Return Value

De-serialized message object.

Availability

4.0

Declared In

PNSubscriberResults.h

  data

Stores reference on message object from live feed.

@property (nonatomic, readonly, strong) PNMessageData *data

Availability

4.0

Declared In

PNSubscriberResults.h