Bambuser
Bambuser is a Video Commerce platform making video shoppable. To add it to your app you need to:
- Include the Bambuser module to your
build.gradle
.implementation("com.poqstudio:content.bambuser:$poqSdkVersion") - Add the Bambuser repository to your root (project)
build.gradle
file.repositories {...maven {url "https://repo.repsy.io/mvn/bambuser/default"}}
DeepLinks
Bambuser Poq SDK is opened via the following DeepLink:
://bambuser/${showId}?env=eu
where:
showId
: is the Bambuser show idenv
: 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.social_commerce_sdk.data.com.bambuser.social_commerce_sdk.data. To modify the Bambuser PoqSDK default configuration, you can provide your own implementation of GetBambuserVideoConfiguration.