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

Introduction

A reference to a handler registered for a particular topic path.

A topic tree registration is provided whenever a handler with a server-side presence is registered.

Since
5.7
Inheritance diagram for PTDiffusionTopicTreeRegistration:

Properties

NSString * topicPath
 

Instance Methods

(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.

Since
5.7

Property Documentation

- (NSString*) topicPath
readnonatomicassign

The topic path registered.

Since
5.7