Android SDK
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"
}
}
}dependencies {
...
implementation 'com.imgarena:eventcentre:1.0.0'
}Adding the library locally to the project
Usage
Initialising the SDK
Name
Type
Description
Event Centre: Emitting Messages
Name
Type
Description
Event Centre: Receiving Messages
Stop the sdk
Last updated
Was this helpful?