Instance Property
attemptStartedAfterInterval
The time between the call to start and the beginning of the successful connection attempt.
SDKs
- iOS 12.0+
- macOS 10.14+
- Mac Catalyst 13.0+
- tvOS 12.0+
- watchOS 6.0+
- Xcode 11.0+
See Also
Inspecting Connection Attempts
let duration: TimeInterval
The total duration of the successful connection establishment attempt, from the preparing state to the ready state.
let previousAttemptCount: Int
The number of attempts made before the successful attempt, when the connection moved from the preparing state back to the waiting state.