| Class | Description |
|---|---|
| AndroidAuthenticationConfig |
Configuration object containing Android authentication parameters for a particular installation.
|
| AndroidAuthenticationConfigProvider |
Provides a
AndroidAuthenticationConfig that is specific to the environment the library is
in. |
| AndroidAuthenticationInterceptor |
Intercepts requests and provides Android-specific headers so that API key restrictions can be
enforced.
|
| CertificateHelper |
Helper class for obtaining information about an Android app's signing certificate.
|
| Context |
Wrapper for the Android class android.content.Context.
|
| PackageInfo |
Wrapper for the Android class android.content.pm.PackageInfo
|
| PackageManager |
Wrapper for the Android class android.content.pm.PackageManager.
|