Language

AssociationRequest.Builder.SetRemoteAiAgentSupported(Boolean) Method

Definition

Indicates whether the device is capable of interacting with a remote AI agent on another device.

[Android.Runtime.Register("setRemoteAiAgentSupported", "(Z)Landroid/companion/AssociationRequest$Builder;", "", ApiSince=37)]
public Android.Companion.AssociationRequest.Builder SetRemoteAiAgentSupported(bool remoteAiAgentSupported);
[<Android.Runtime.Register("setRemoteAiAgentSupported", "(Z)Landroid/companion/AssociationRequest$Builder;", "", ApiSince=37)>]
member this.SetRemoteAiAgentSupported : bool -> Android.Companion.AssociationRequest.Builder

Parameters

remoteAiAgentSupported
Boolean

Returns

Attributes

Remarks

Indicates whether the device is capable of interacting with a remote AI agent on another device.

Default value is false. When set to true, this allows the device (e.g., a microphone or a smart wearable) to act as an input/output source for a remote AI agent.

Setting this flag to true modifies the user-facing association dialog to include relevant AI usage disclosures.

Android reference for android.companion.AssociationRequest.Builder.setRemoteAiAgentSupported.

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