Package com.fingerprint.android
See: Description
-
Class Summary Class Description Error Base class for all Fingerprint SDK errors. ApiKeyRequired The public API key is missing from the request. ApiKeyNotFound The provided public API key was not found. SecretApiKeyRequired The secret API key header is missing or empty. SecretApiKeyNotFound No workspace was found for the provided secret API key. RequestCannotBeParsed The server could not parse the request body. Failed A generic server-side failure. RequestTimeout The server did not respond within the request timeout. TooManyRequest The request was rate-limited. WrongRegion The request was sent to the wrong regional endpoint. SubscriptionNotActive The subscription associated with this API key is not active. InstallationMethodRestricted The app was installed through a distribution method that is restricted for this workspace. ResponseCannotBeParsed The server response could not be parsed by the SDK. InvalidProxyIntegrationHeaders The proxy integration request contained invalid headers. InvalidProxyIntegrationSecret The proxy integration secret is invalid. NetworkError A network-level error occurred while communicating with the server. NetworkUnavailableError No network connectivity was available when the request was made. UnknownError An unexpected error with no specific classification. ClientTimeout The SDK-side timeout elapsed before the server responded. ProxyIntegrationSecretEnvironmentMismatch The proxy integration secret does not match the current environment. VisitorNotFound The requested visitor ID does not exist. SubscriptionRestricted The subscription is restricted from performing this operation. ServiceUnavailable The Fingerprint service is temporarily unavailable. FeatureNotEnabled The requested feature is not enabled for this workspace. RequestNotFound The requested event or request record was not found. StateNotReady The resource is not yet mutable. MissingModule A required server-side module is missing for this workspace. PayloadTooLarge The request payload exceeded the allowed size limit. RulesetNotFound The specified ruleset was not found. EnvironmentRestricted The environment is restricted from performing this operation. SubscriptionNotFound The subscription was not found. FingerprintException Exception thrown by coroutine-based API methods when an error occurs. Configuration Configuration for the Fingerprint Android SDK instance. FingerprintFactory Factory for creating Fingerprint instances. FingerprintResponse The response returned by a successful Fingerprint.getVisitorId call. -
Interface Summary Interface Description Fingerprint Main entry point for the Fingerprint Android SDK. -
Enum Summary Enum Description Region Fingerprint data processing regions.