Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
PTDiffusionSessionReconnectionAttempt Class Reference

A session reconnection attempt can either be started or aborted. More...

#include <PTDiffusionSessionReconnectionAttempt.h>

Inheritance diagram for PTDiffusionSessionReconnectionAttempt:

Instance Methods

(void) - start
(void) - abort

Detailed Description

A session reconnection attempt can either be started or aborted.

See also
PTDffusionSessionReconnectionStrategy
Since
5.6

Method Documentation

◆ abort

- (void) abort

Request that the session aborts the reconnection attempt.

Since
5.6

◆ start

- (void) start

Request that the session starts the reconnection attempt.

Since
5.6