Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
<PTDiffusionSessionPropertiesListenerRegistrationDelegate> Protocol Reference

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

#include <PTDiffusionSessionPropertiesListenerRegistrationDelegate.h>

Inheritance diagram for <PTDiffusionSessionPropertiesListenerRegistrationDelegate>:
<PTDiffusionSessionPropertiesDelegate>

Instance Methods

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

Detailed Description

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

Method Documentation

◆ diffusionSessionPropertiesEventRegistration:didFailWithError:

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

◆ diffusionSessionPropertiesEventRegistrationDidClose:

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

◆ diffusionSessionPropertiesListenerRegistration:didFailWithError:

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

◆ diffusionSessionPropertiesListenerRegistrationDidClose:

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