Api
class Api<O : Api.ApiOptions?>
Describes a section of the Google Play Services API that should be made available. Instances of this should be passed into addApi to enable the appropriate parts of Google Play Services.
See com.google.android.gms.common.api.GoogleApiClient.Builder for usage examples.
Code that references static, final Api instances for calling Google Play services APIs should generally be migrated to use the equivalent client which subclasses or interfaces that implement .
| Parameters | |
|---|---|
<O : Api.ApiOptions?> |
Type of corresponding options class. |
Summary
Nested types |
|---|
interface Api.ApiOptionsBase interface for API options. |
interface Api.ApiOptions.HasAccountOptions : Api.ApiOptions.HasOptions, Api.ApiOptions.NotRequiredOptionsAn interface for |
|
An interface for |
interface Api.ApiOptions.HasOptions : Api.ApiOptionsBase interface for |
|
|
interface Api.ApiOptions.NotRequiredOptions : Api.ApiOptionsBase interface for |
|
Base interface for |