Diffusion Apple API  6.7.4
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Properties | Instance Methods | List of all members
PTDiffusionPingDetails Class Reference

Introduction

Details returned in response to a ping to the server.

A ping details object is immutable.

See Also
PTDiffusionPingsFeature
Since
5.7
Inheritance diagram for PTDiffusionPingDetails:

Properties

NSTimeInterval roundTripTime
 
NSDate * timestamp
 

Instance Methods

(BOOL) - isEqualToPingDetails:
 

Method Documentation

- (BOOL) isEqualToPingDetails: (nullable PTDiffusionPingDetails *)  pingDetails

Compares the receiver to the given content.

Parameters
pingDetailsThe ping details object with which to compare the receiver.
Returns
YES if the ping details is equal to the contents of the receiver, otherwise NO.
Since
5.7

Property Documentation

- (NSTimeInterval) roundTripTime
readnonatomicassign

The round trip time from when the ping was sent to the time the response was received.

Since
5.7
- (NSDate*) timestamp
readnonatomicassign

The time the ping was sent.

Since
5.7