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()
}
Content copied to clipboard