UploadType

@objc
public enum UploadType : Int, CaseIterable

Enumeration defining what type of network should be used when uploading data.

  • Use only a WiFi network

    Declaration

    Swift

    case wifi
  • Use only a Wi-Fi network and whilst the device is connected to a charger

    Declaration

    Swift

    case wifiWhileCharging
  • Use a WiFi or mobile cellular network connection

    Declaration

    Swift

    case wifiAndMobile