![]() |
Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
|
Delayed is a default reconnection strategy supplied with the client library. More...
#include <PTDiffusionSessionReconnectionStrategy.h>
Instance Methods | |
| (instancetype) | - initWithDelay: |
| Instance Methods inherited from <PTDiffusionSessionReconnectionStrategy> | |
| (void) | - diffusionSession:wishesToReconnectWithAttempt: |
Properties | |
| NSTimeInterval | delay |
Delayed is a default reconnection strategy supplied with the client library.
This strategy attempts to reconnect after a fixed delay specified in seconds.
| - (instancetype) initWithDelay: | (NSTimeInterval) | delay |
Returns a delayed reconnection strategy initialised with the given delay.
| delay | The delay in seconds, after which point the receiver will call the session reconnection attempt's start method. |
|
readnonatomicassign |
The delay, in seconds, after which point the receiver will call the session reconnection attempt's start method.