On-demand Rides and Deliveries Solution is currently available only to select partners. Contact sales to learn more.

ListenableResultFuture.OnResultListener

Stay organized with collections Save and categorize content based on your preferences.
public static interface ListenableResultFuture.OnResultListener

Interface definition for a callback to be invoked when a result is available.

Public Method Summary

abstract void
onResult(T result)

Public Methods

public abstract void onResult (T result)

Parameters
result