public interface

RemoteUtils.HostCall

 androidx.car.app.utils.RemoteUtils.HostCall

Overview

A method that the host dispatched to be run on the main thread and notify the host of success/failure.

Summary

Methods
public java.lang.Objectdispatch()

Dispatches the call and returns its outcome if any.

Methods

public java.lang.Object dispatch()

Dispatches the call and returns its outcome if any.

Returns:

the response from the app for the host call, or null if there is nothing to return