Bambuser

Bambuser is a Video Commerce platform making video shoppable. To add it to your app you need to:

  1. Include the Bambuser module to your build.gradle.
    implementation("com.poqstudio:content.bambuser:$poqSdkVersion")
  2. Add the Bambuser repository to your root (project) build.gradle file.
    repositories {
    ...
    maven {
    url "https://repo.repsy.io/mvn/bambuser/default"
    }
    }

Bambuser Poq SDK is opened via the following DeepLink: ://bambuser/${showId}?env=eu where:

  • showId: is the Bambuser show id
  • env: define if the show that is to be viewed is stored on an EU server or not

Configuration

Bambuser can be configured via com.bambuser.player.Configuration. To modify the Bambuser PoqSDK default configuration, you can provide your own implementation of GetBambuserConfiguration.