Package-level declarations
Types
Default URLSessionProtocol implementation backed by OkHttp.
An empty request body placeholder used for API calls that require a POST with no payload.
A bitmap image prepared for upload to the Frame document verification endpoint.
The multipart form-data field name for a document image upload.
Thrown when FrameNetworking.initializeWithAPIKey has not been called before a Frame SDK component is used, or when required configuration values are missing or invalid.
Pagination metadata returned by Frame list endpoints.
Central SDK singleton. Initialize once with initializeWithAPIKey from your Application.onCreate before using any Frame UI component or API client.
Describes a single Frame API endpoint: its URL, HTTP method, and optional query parameters.
Common Frame API domain objects shared across multiple SDK modules.
Outcome of a Frame UI flow (checkout, cart, onboarding).
Base URL constants used by FrameNetworking when constructing API requests.
Errors that the Frame SDK network layer can surface to callers.
HTTP execution abstraction used by all Frame SDK API clients.