![]() |
Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
|
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>
Common protocol for delegates that establish a server side control presence for the client session at a particular set of session properties.
| - (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.
| registration | The session properties registration for which this delegate applies. |
| error | The failure reason. |
| - (void) diffusionSessionPropertiesEventRegistrationDidClose: | (PTDiffusionSessionPropertiesEventRegistration *) | registration |
Called if the handler is closed.
No further calls will be made to this handler.
| registration | The session properties registration for which this delegate applies. |
| - (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.
| registration | The session properties registration for which this delegate applies. |
| error | The failure reason. |
| - (void) diffusionSessionPropertiesListenerRegistrationDidClose: | (PTDiffusionSessionPropertiesListenerRegistration *) | registration |
Called if the handler is closed.
No further calls will be made to this handler.
| registration | The session properties registration for which this delegate applies. |