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

Introduction

A reference to a registered handle.

Such a reference is provided once a handler with a server-side presence has been registered.

Since
6.1
Inheritance diagram for PTDiffusionRegistration:
PTDiffusionTopicNotificationRegistration PTDiffusionTopicTreeRegistration

Class Methods

(instancetype) + NS_UNAVAILABLE
 

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(void) - closeWithCompletionHandler:
 
(void) - close
 

Method Documentation

- (void) close

Request that the handler is unregistered from the server.

If the handler has already been unregistered, calling this method has no effect.

Note
Before 6.1 this method was defined on PTDiffusionTopicTreeRegistration.
Since
5.7
- (void) closeWithCompletionHandler: (NSError *_Nullable error)  completionHandler

Request that the handler is unregistered from the server.

After the handler is unregistered, the completionHandler will be notified.

Since
6.1