com.google.android.gms.common.api.Api.ApiOptions |
Base interface for API options. These are used to configure specific parameters for individual API surfaces. The default implementation has no parameters.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Api.ApiOptions.HasOptions |
Base interface for Api.ApiOptions in Api s that have options.
|
||||||||||
Api.ApiOptions.NoOptions |
Api.ApiOptions implementation for Api s that do not take any options.
|
||||||||||
Api.ApiOptions.NotRequiredOptions |
Base interface for Api.ApiOptions that are not required, don't exist.
|
||||||||||
Api.ApiOptions.Optional |
Base interface for Api.ApiOptions that are optional.
|