Diffusion Apple API  5.9.24
Unified Client Library for iOS, OS X and tvOS
 All Classes Functions Variables Properties Pages
Instance Methods | List of all members
PTDiffusionSessionId Class Reference

Introduction

A session id is a unique session identifier, allocated by the server.

See Also
PTDiffusionSession
Since
5.6
Inheritance diagram for PTDiffusionSessionId:

Instance Methods

(BOOL) - isEqualToSessionId:
 

Method Documentation

- (BOOL) isEqualToSessionId: (nullable PTDiffusionSessionId *)  sessionId

Compares the receiver to the given session id.

Parameters
sessionIdThe session id object with which to compare the receiver.
Returns
YES if the given session id is equal to the receiver, otherwise NO.
Since
5.6