public static interface

Api.ApiOptions

com.google.android.gms.common.api.Api.ApiOptions
Known Indirect Subclasses

Class Overview

Base interface for API options. These are used to configure specific parameters for individual API surfaces. The default implementation has no parameters.

Summary

Nested Classes
interface Api.ApiOptions.HasOptions Base interface for Api.ApiOptions in Apis that have options. 
class Api.ApiOptions.NoOptions Api.ApiOptions implementation for Apis that do not take any options. 
interface Api.ApiOptions.NotRequiredOptions Base interface for Api.ApiOptions that are not required, don't exist. 
interface Api.ApiOptions.Optional Base interface for Api.ApiOptions that are optional.