public class ServiceAvailabilityManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceAvailabilityManager.IServiceAvailabilityResponseListener
Response listener for service availability information.
|
static class |
ServiceAvailabilityManager.ServiceAvailabilityManagerException
An exception that is thrown when there is an error with an
ServiceAvailabilityManager operation. |
static class |
ServiceAvailabilityManager.ServiceAvailabilityOptions
Contains options to get availability of services.
|
| Modifier and Type | Method and Description |
|---|---|
ICancellable |
getServiceAvailability(ServiceAvailabilityManager.ServiceAvailabilityOptions options,
ServiceAvailabilityManager.IServiceAvailabilityResponseListener listener)
Gets the service availability for the specified location.
|
public final ICancellable getServiceAvailability(ServiceAvailabilityManager.ServiceAvailabilityOptions options, ServiceAvailabilityManager.IServiceAvailabilityResponseListener listener)
options - Contains service availability request options, such as location.listener - The listener that will receive the response.ICancellable so that the request can be cancelled.ServiceAvailabilityManager.ServiceAvailabilityManagerException - when either options or listener is null or invalid.Copyright © 2013-2016 INRIX, Inc. All Rights Reserved.