-
The status of the network is unknown.
Declaration
Objective-C
UserNetworkStatusUnknown = -1
Swift
case unknown = -1
-
The status of the network is active (has been verified).
Declaration
Objective-C
UserNetworkStatusActive = 0
Swift
case active = 0
-
The status of the network is not active (has not been verified).
Declaration
Objective-C
UserNetworkStatusVerifying
Swift
case verifying = 1