Diffusion Apple API  6.7.4
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
Instance Methods | List of all members
<PTDiffusionTopicTreeRegistrationDelegate> Protocol Reference

Introduction

Common protocol for delegates that establish a server side control presence for the client session at a particular branch of the topic tree.

Since
5.7
Inheritance diagram for <PTDiffusionTopicTreeRegistrationDelegate>:
<PTDiffusionBinaryRequestDelegate> PTDiffusionDefaultTopicTreeRegistrationDelegate <PTDiffusionJSONRequestDelegate> <PTDiffusionMissingTopicHandler> <PTDiffusionNumberRequestDelegate> <PTDiffusionRecordV2RequestDelegate> <PTDiffusionStringRequestDelegate>

Instance Methods

(void) - diffusionTopicTreeRegistrationDidClose:
 
(void) - diffusionTopicTreeRegistration:didFailWithError:
 

Method Documentation

- (void) diffusionTopicTreeRegistration: (PTDiffusionTopicTreeRegistration *)  registration
didFailWithError: (NSError *)  error 

Called in the event of a contextual error relating to this handler.

No further calls will be made to this handler.

Parameters
registrationThe topic tree registration for which this delegate applies.
errorThe failure reason.
Since
5.7
- (void) diffusionTopicTreeRegistrationDidClose: (PTDiffusionTopicTreeRegistration *)  registration

Called if the handler is closed.

No further calls will be made to this handler.

Parameters
registrationThe topic tree registration for which this delegate applies.
Since
5.7