Skip to content

Identify24/IdentifySampleApp

Repository files navigation

IdentifySampleApp

In the MainActivity, you need to fill in Api Url, socket url/port, stun url/port, turn url/port/username/password and ident id information.

          val identifyObject = IdentifySdk.Builder()
            .api("api url")
            .socket("socket url","socket port")
            .stun("stun url","stun port")
            .turn("turn url","turn port","turn username","turn password")
            .lifeCycle(this.lifecycle)
            .options(identityOptions)
            .build()

        identifyObject.startIdentification(this,"xxxx-xxxx-xxxx-xxxx-xxxxxxx","tr")

In settings.gradle, the value value in the credentials section must be filled for your access to the SDK. If you do not have this data, please contact us.

allprojects {
repositories {
...
  maven {
            url = 'https://maven.pkg.github.com/business-service-solution-gmbh/id24.tr-android-sdk'
            name = "GitHubPackages"
            credentials {
                username = "bssserviceacc"
                password = "xxxxxx"
            }
        }
}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages