Share via


AssociationRequest.DeviceProfileNearbyDeviceStreaming Field

Definition

Device profile: a virtual device capable of rendering content from an Android host to a nearby device.

[Android.Runtime.Register("DEVICE_PROFILE_NEARBY_DEVICE_STREAMING", ApiSince=34)]
[Android.Runtime.RequiresPermission("android.permission.REQUEST_COMPANION_PROFILE_NEARBY_DEVICE_STREAMING")]
public const string DeviceProfileNearbyDeviceStreaming;
[<Android.Runtime.Register("DEVICE_PROFILE_NEARBY_DEVICE_STREAMING", ApiSince=34)>]
[<Android.Runtime.RequiresPermission("android.permission.REQUEST_COMPANION_PROFILE_NEARBY_DEVICE_STREAMING")>]
val mutable DeviceProfileNearbyDeviceStreaming : string

Field Value

Implements

Attributes

Remarks

Device profile: a virtual device capable of rendering content from an Android host to a nearby device.

Only applications that have been granted android.Manifest.permission#REQUEST_COMPANION_PROFILE_NEARBY_DEVICE_STREAMING are allowed to request to be associated with such devices.

Java documentation for android.companion.AssociationRequest.DEVICE_PROFILE_NEARBY_DEVICE_STREAMING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to