Android SDK
IMGA Event Centre Android SDK
Introduction
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
Initialising the SDK
Name
Type
Description
Module name
Description
Notes
Event Centre: Emitting Messages
Name
Type
Description
Event Centre: Receiving Messages
Stop the sdk
Last updated
Was this helpful?