PccSandboxManager.EgressData 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.
Initiates an egress request from a PCC process.
[Android.Runtime.Register("egressData", "(Landroid/app/privatecompute/EgressRequest;Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "", ApiSince=37)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.app.privatecompute.EgressResponse" })]
public void EgressData(Android.App.PrivateCompute.EgressRequest request, Java.Util.Concurrent.IExecutor executor, Android.OS.IOutcomeReceiver callback);
[<Android.Runtime.Register("egressData", "(Landroid/app/privatecompute/EgressRequest;Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "", ApiSince=37)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.app.privatecompute.EgressResponse" })>]
member this.EgressData : Android.App.PrivateCompute.EgressRequest * Java.Util.Concurrent.IExecutor * Android.OS.IOutcomeReceiver -> unit
Parameters
- request
- EgressRequest
The base EgressRequest containing the payload and use-case.
- executor
- IExecutor
The Executor on which the callback should be invoked.
- callback
- IOutcomeReceiver
The callback to receive the EgressResponse containing the status.
- Attributes