| Known Indirect Subclasses |
Base interface for API options. These are used to configure specific parameters for individual API surfaces. The default implementation has no parameters.
| interface | Api.ApiOptions.HasAccountOptions | An interface for Api.ApiOptions
that include an account. |
|
| interface | Api.ApiOptions.HasGoogleSignInAccountOptions | An interface for Api.ApiOptions
that includes a GoogleSignInAccount
|
|
| 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. |
|