Interface android.adservices.ondevicepersonalization.IsolatedWorker

Added Methods
void onWebTrigger(WebTriggerInput, OutcomeReceiver<WebTriggerOutput, IsolatedServiceException>)  
 

Changed Methods
void onDownloadCompleted(DownloadCompletedInput, OutcomeReceiver<DownloadCompletedOutput, IsolatedServiceException>) Change in signature from (DownloadCompletedInput, Consumer<DownloadCompletedOutput>) to (DownloadCompletedInput, OutcomeReceiver<DownloadCompletedOutput, IsolatedServiceException>).
 
void onEvent(EventInput, OutcomeReceiver<EventOutput, IsolatedServiceException>) Change in signature from (EventInput, Consumer<EventOutput>) to (EventInput, OutcomeReceiver<EventOutput, IsolatedServiceException>).
 
void onExecute(ExecuteInput, OutcomeReceiver<ExecuteOutput, IsolatedServiceException>) Change in signature from (ExecuteInput, Consumer<ExecuteOutput>) to (ExecuteInput, OutcomeReceiver<ExecuteOutput, IsolatedServiceException>).
 
void onRender(RenderInput, OutcomeReceiver<RenderOutput, IsolatedServiceException>) Change in signature from (RenderInput, Consumer<RenderOutput>) to (RenderInput, OutcomeReceiver<RenderOutput, IsolatedServiceException>).
 
void onTrainingExamples(TrainingExamplesInput, OutcomeReceiver<TrainingExamplesOutput, IsolatedServiceException>) Change in signature from (TrainingExamplesInput, Consumer<TrainingExamplesOutput>) to (TrainingExamplesInput, OutcomeReceiver<TrainingExamplesOutput, IsolatedServiceException>).