Interface Session

com.yandex.mapkit.masstransit

public interface Session

Handler for an async request for mass transit routes.

Nested Classes

Methods

void cancel()

Tries to cancel the current request for mass transit routes.

void retry( RouteListener routeListener)

Retries the request for mass transit routes using the specified callback.

void cancel()

Tries to cancel the current request for mass transit routes.

void retry( RouteListener routeListener)

Retries the request for mass transit routes using the specified callback.

Method Detail

cancel

public void cancel ()

Tries to cancel the current request for mass transit routes.

retry

public void retry (RouteListener routeListener)

Retries the request for mass transit routes using the specified callback.