Language

PccClient.SendData(Bundle) Method

Definition

Sends a Bundle of data to the connected PCC service.

[Android.Runtime.Register("sendData", "(Landroid/os/Bundle;)V", "GetSendData_Landroid_os_Bundle_Handler", ApiSince=37)]
public virtual void SendData(Android.OS.Bundle data);
[<Android.Runtime.Register("sendData", "(Landroid/os/Bundle;)V", "GetSendData_Landroid_os_Bundle_Handler", ApiSince=37)>]
abstract member SendData : Android.OS.Bundle -> unit
override this.SendData : Android.OS.Bundle -> unit

Parameters

data
Bundle

The Bundle of data to send.

Attributes

Remarks

Sends a Bundle of data to the connected PCC service. The Bundle is sanitized to enforce one-way data flow if the caller isn't allowed two-way communication with PCC components.

Android reference for android.app.privatecompute.PccClient.sendData.

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