nearbyAppStreaming property

String? nearbyAppStreaming
getter/setter pair

Manages video streaming of apps on the device for fully managed devices or in the work profile for devices with work profiles to nearby devices.

This is supported on Android 13 and above.

Optional. Possible string values are:

  • "NEARBY_APP_STREAMING_UNSPECIFIED" : Unspecified. Defaults to NEARBY_APP_STREAMING_USER_CHOICE_SAME_MANAGED_ACCOUNT.
  • "NEARBY_APP_STREAMING_USER_CHOICE" : The user is allowed to choose whether to stream apps to nearby devices.
  • "NEARBY_APP_STREAMING_DISABLED" : Disables app streaming to nearby devices.
  • "NEARBY_APP_STREAMING_USER_CHOICE_SAME_MANAGED_ACCOUNT" : The user is allowed to choose whether to stream apps to other nearby devices which are signed in with the same authenticated managed account.

Implementation

core.String? nearbyAppStreaming;