![]() |
Diffusion Apple API 6.11.5
Unified Client Library for iOS, tvOS and OS X / macOS
|
A reference to a registered handle.
Such a reference is provided once a handler with a server-side presence has been registered.
Instance Methods | |
(void) | - closeWithCompletionHandler: |
(void) | - close |
- (void) close |
Request that the handler is unregistered from the server.
If the handler has already been unregistered, calling this method has no effect.
- (void) closeWithCompletionHandler: | (void(^)(NSError *_Nullable error)) | completionHandler |
Request that the handler is unregistered from the server.
After the handler is unregistered, the completionHandler will be notified.
completionHandler | Block to be called asynchronously on success or failure. If the operation was successful, the error argument passed to the block will be nil . The completion handler will be called asynchronously on the main dispatch queue. |