![]() |
Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
|
A handle to a session lock request. More...
#include <PTDiffusionSessionLockAttempt.h>
Instance Methods | |
| (BOOL) | - isEqualToSessionLockAttempt: |
| Instance Methods inherited from <PTDiffusionCancellable> | |
| (BOOL) | - cancel |
Properties | |
| PTDiffusionSessionLock * | lock |
A handle to a session lock request.
Instances of this object may be used to cancel the session lock attempt as well as to query the lock instance once acquired.
| - (BOOL) isEqualToSessionLockAttempt: | (nullable PTDiffusionSessionLockAttempt *) | sessionLockAttempt |
Compares the receiver to the given session lock attempt.
| sessionLockAttempt | The session lock attempt object with which to compare the receiver. |
|
readatomicassign |
The acquired lock, if the attempt was successful. Until a response has come back from the server, this property will be nil. It will remain nil if that response indicates that the session lock attempt failed.