AssociationRequest.Builder.SetRemoteAiAgentSupported(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.