Skip to content

SDK Developer Section

The Developer Section provides an overview of the configuration and model schemes that are common to all SDK implementations. By understanding these core concepts, developers can ensure a uniform approach to implementing the SDK, which helps maintain consistency and reduces redundancy in documentation.

SDK integration

In general, all SDK implementations are integrated in three steps:

  1. Add dependency
  2. Initialize with Configuration
  3. Call SDK UI by passing the Product

Quick Start

Check out the quick start guide to get started with the platform

  • Android


    minSdk: 23
    targetSdk: 36
    
  • iOS


    iOS: 13+
    swift: 5.10
    
  • Flutter Android iOS


    sdk: >=3.1.0 <4.0.0
    flutter: >= 3.19.6
    
  • Web


    Coming soon