Aiuta

class Aiuta

Main entry point to the Aiuta Fashion SDK.

The Aiuta class provides access to all SDK functionality and serves as the central configuration point for authentication, platform context, and logging.

val aiuta = aiuta {
authenticationStrategy = ApiKeyAuthenticationStrategy("your-api-key")
platformContext = applicationContext // Android Context
logger = MyCustomLogger()
}

See also

Types

Link copied to clipboard
class Builder

Builder class for creating Aiuta instances with DSL-style configuration.

Properties

Link copied to clipboard

The authentication strategy used for API requests

Link copied to clipboard

Optional logger for SDK operations and debugging

Link copied to clipboard

Platform-specific context (Android Context or platform equivalent)