Cloud Control Kiosk Sample
Example usage of the signageOS Android SDK shows how to implement Kiosk mode in your Android application.
In the zip file is a standard Android project that can be opened in the Android Studio.
Build
You can build the project easily by:
./gradlew assembleDebug
Available functions
implementation("io.signageos.cc.sdk:sdk-auto-start:0.1.0")
implementation("io.signageos.cc.sdk:sdk-kiosk:0.1.1")
implementation("io.signageos.cc.sdk:sdk-permissions:0.1.0")
implementation("io.signageos.cc.api:api-client-ktx:1.0.1")
implementation("androidx.activity:activity-ktx:1.2.0-alpha07")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.8")
You can check the example usage in the Sample application available in the project above.