Api.ApiOptions

interface Api.ApiOptions

Known direct subclasses
Api.ApiOptions.HasOptions

Base interface for ApiOptions in Apis that have options.

Api.ApiOptions.NotRequiredOptions

Base interface for ApiOptions that are not required, don't exist.

Known indirect subclasses
Api.ApiOptions.HasAccountOptions

An interface for ApiOptions that include an account.

Api.ApiOptions.HasGoogleSignInAccountOptions

An interface for ApiOptions that includes a GoogleSignInAccount

Api.ApiOptions.NoOptions

ApiOptions implementation for Apis that do not take any options.

Api.ApiOptions.Optional

Base interface for ApiOptions that are optional.

GoogleSignInOptions

GoogleSignInOptions contains options used to configure the GOOGLE_SIGN_IN_API.


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

Summary

Nested types

An interface for ApiOptions that include an account.

An interface for ApiOptions that includes a GoogleSignInAccount

Base interface for ApiOptions in Apis that have options.

ApiOptions implementation for Apis that do not take any options.

Base interface for ApiOptions that are not required, don't exist.

Base interface for ApiOptions that are optional.

Constants

const Api.ApiOptions.NoOptions!

Static instance of NoOptions.

Constants

NO_OPTIONS

const val NO_OPTIONSApi.ApiOptions.NoOptions!

Static instance of NoOptions.