CaptivePortalStats
public struct CaptivePortalStats
Contains stats regarding the captive portal
- @since 9.5
-
Captive portal detections
- @since 9.5
Declaration
Swift
public var detections: Int64
-
Successful captive portal logins
- @since 9.5
Declaration
Swift
public var successes: Int64
-
Declaration
Swift
public init(json: [String : Any])