roamingProtocol property

String? roamingProtocol
getter/setter pair

The protocol to use to connect to this APN while the device is roaming.

Optional. Possible string values are:

  • "PROTOCOL_UNSPECIFIED" : The protocol is not specified.
  • "IP" : Internet protocol.
  • "IPV4V6" : Virtual PDP type introduced to handle dual IP stack UE capability.
  • "IPV6" : Internet protocol, version 6.
  • "NON_IP" : Transfer of Non-IP data to external packet data network.
  • "PPP" : Point to point protocol.
  • "UNSTRUCTURED" : Transfer of Unstructured data to the Data Network via N6.

Implementation

core.String? roamingProtocol;