Android SDK
This sample app shows how to integrate the IMGA front row seat SDK into an Android application.
Adding the library to the project
Using Github Packages Maven repository
repositories {
maven {
url = uri("https://maven.pkg.github.com/IMGARENA/front-row-seat-android-package")
credentials {
username = "username"
password = "password"
}
}
}Adding the library locally to the project
Usage
Initialiasing SDK
Event Centre: Emitting Messages
Name.
Type
Event Centre: Receiving Messages
Stop the sdk
Credits
License
Last updated
Was this helpful?