preferentialNetworkService property

String? preferentialNetworkService
getter/setter pair

Controls whether preferential network service is enabled on the work profile.

For example, an organization may have an agreement with a carrier that all of the work data from its employees' devices will be sent via a network service dedicated for enterprise use. An example of a supported preferential network service is the enterprise slice on 5G networks. This has no effect on fully managed devices. Possible string values are:

  • "PREFERENTIAL_NETWORK_SERVICE_UNSPECIFIED" : Unspecified. Defaults to PREFERENTIAL_NETWORK_SERVICES_DISABLED.
  • "PREFERENTIAL_NETWORK_SERVICE_DISABLED" : Preferential network service is disabled on the work profile.
  • "PREFERENTIAL_NETWORK_SERVICE_ENABLED" : Preferential network service is enabled on the work profile.

Implementation

core.String? preferentialNetworkService;