ConnectionType

@objc(UAConnectionType)
public class ConnectionType : NSObject

Representations of various device connection types.

  • Network is unreachable.

    Declaration

    Swift

    @objc
    public static let none: String
  • Network is a cellular or mobile network.

    Declaration

    Swift

    @objc
    public static let cell: String
  • Network is a WiFi network.

    Declaration

    Swift

    @objc
    public static let wifi: String