![]() |
Diffusion Apple API 6.11.5
Unified Client Library for iOS, tvOS and OS X / macOS
|
The session reconnection strategy protocol defines the behaviour for a session when recovering a failed connection.
Instance Methods | |
(void) | - diffusionSession:wishesToReconnectWithAttempt: |
- (void) diffusionSession: | (PTDiffusionSession *) | session | |
wishesToReconnectWithAttempt: | (PTDiffusionSessionReconnectionAttempt *) | attempt | |
The connection has failed when connecting or connected and the session is now in a recovering state.
session | The session which is recovering. |
attempt | The reconnection attempt object providing start and abort methods to be used by the implementing strategy immediately or at some point in the future to instruct the session how to proceed. |