AssociationRequest.DeviceProfile Property

Definition

public string? DeviceProfile { [Android.Runtime.Register("getDeviceProfile", "()Ljava/lang/String;", "", ApiSince=33)] [Android.Runtime.StringDef(Fields=new System.String[] { "DeviceProfileWatch", "DeviceProfileComputer", "DeviceProfileAutomotiveProjection", "DeviceProfileAppStreaming", "DeviceProfileGlasses", "DeviceProfileNearbyDeviceStreaming" }, Type="Android.Companion.AssociationRequest")] get; }
[<get: Android.Runtime.Register("getDeviceProfile", "()Ljava/lang/String;", "", ApiSince=33)>]
[<get: Android.Runtime.StringDef(Fields=new System.String[] { "DeviceProfileWatch", "DeviceProfileComputer", "DeviceProfileAutomotiveProjection", "DeviceProfileAppStreaming", "DeviceProfileGlasses", "DeviceProfileNearbyDeviceStreaming" }, Type="Android.Companion.AssociationRequest")>]
member this.DeviceProfile : string

Property Value

profile of the companion device.

Attributes

Remarks

Java documentation for android.companion.AssociationRequest.getDeviceProfile().

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