PRESTOplay for Android 4.2.84
SDK Documentation including the Manual and API Docs
The SDK Bundle includes examples and Documentation
Maven Dependency
The package is deployed to our maven repository. Use the following setup to add the repo.
repositories {
...
maven { url 'https://mvn.players.castlabs.com/' }
...
}
...
dependencies {
implementation 'com.castlabs.player:castlabs-sdk:4.2.84'
...
}