DisconnectEvent
public struct DisconnectEvent
List of reasons the Speedify service may stop
-
Reason for the disconnect
- @since 10.4
Declaration
Swift
public var reason: DisconnectReason
-
\brief Time of the disconnect.
- If 0, there has been no disconnect event to report. This field can be used to track uniqueness of DisconnectEvent objects.
- @since 11.3
Declaration
Swift
public var sessionEnd: Date
-
\brief Length of the session in seconds
- @since 11.3
Declaration
Swift
public var sessionLength: Int64
-
Declaration
Swift
public init(json: [String : Any])