Diffusion Apple API  6.9.0
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
<PTDiffusionSessionPropertiesListenerRegistrationDelegate> Protocol Reference

Introduction

Common protocol for delegates that establish a server side control presence for the client session at a particular set of session properties.

Since
6.5
Inheritance diagram for <PTDiffusionSessionPropertiesListenerRegistrationDelegate>:
<PTDiffusionSessionPropertiesDelegate>

Instance Methods

(void) - diffusionSessionPropertiesEventRegistrationDidClose:
 
(void) - diffusionSessionPropertiesEventRegistration:didFailWithError:
 
(void) - diffusionSessionPropertiesListenerRegistrationDidClose:
 
(void) - diffusionSessionPropertiesListenerRegistration:didFailWithError:
 

Method Documentation

- (void) diffusionSessionPropertiesEventRegistration: (PTDiffusionSessionPropertiesEventRegistration *)  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 session properties registration for which this delegate applies.
errorThe failure reason.
Since
6.5
- (void) diffusionSessionPropertiesEventRegistrationDidClose: (PTDiffusionSessionPropertiesEventRegistration *)  registration

Called if the handler is closed.

No further calls will be made to this handler.

Parameters
registrationThe session properties registration for which this delegate applies.
Since
6.5
- (void) diffusionSessionPropertiesListenerRegistration: (PTDiffusionSessionPropertiesListenerRegistration *)  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 session properties registration for which this delegate applies.
errorThe failure reason.
Since
6.5
- (void) diffusionSessionPropertiesListenerRegistrationDidClose: (PTDiffusionSessionPropertiesListenerRegistration *)  registration

Called if the handler is closed.

No further calls will be made to this handler.

Parameters
registrationThe session properties registration for which this delegate applies.
Since
6.5