appFunctions property

String? appFunctions
getter/setter pair

Controls whether apps on the device for fully managed devices or in the work profile for devices with work profiles are allowed to expose app functions.

Optional. Possible string values are:

  • "APP_FUNCTIONS_UNSPECIFIED" : Unspecified. Defaults to APP_FUNCTIONS_ALLOWED.
  • "APP_FUNCTIONS_DISALLOWED" : Apps on the device for fully managed devices or in the work profile for devices with work profiles are not allowed to expose app functions. If this is set, crossProfileAppFunctions must not be set to CROSS_PROFILE_APP_FUNCTIONS_ALLOWED, otherwise the policy will be rejected.
  • "APP_FUNCTIONS_ALLOWED" : Apps on the device for fully managed devices or in the work profile for devices with work profiles are allowed to expose app functions.

Implementation

core.String? appFunctions;