VOUserNetworkStatus

enum VOUserNetworkStatus {}

The status of the VOUserNetwork.

  • The status of the network is unknown.

    Declaration

    Objective-C

    VOUserNetworkStatusUnknown = -1

    Swift

    case unknown = -1
  • The status of the network is active (has been verified).

    Declaration

    Objective-C

    VOUserNetworkStatusActive = 0

    Swift

    case active = 0
  • The status of the network is not active (has not been verified).

    Declaration

    Objective-C

    VOUserNetworkStatusVerifying

    Swift

    case verifying = 1