PccClient.SendData(Bundle) 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.
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.