Class android.app.appfunctions.AppFunctionManager

Added Methods
void isAppFunctionEnabled(String, Executor, OutcomeReceiver<Boolean, Exception>)  
 

Changed Methods
void executeAppFunction(ExecuteAppFunctionRequest, Executor, CancellationSignal, OutcomeReceiver<ExecuteAppFunctionResponse, AppFunctionException>) Change in signature from (ExecuteAppFunctionRequest, Executor, CancellationSignal, Consumer<ExecuteAppFunctionResponse>) to (ExecuteAppFunctionRequest, Executor, CancellationSignal, OutcomeReceiver<ExecuteAppFunctionResponse, AppFunctionException>).