This repo is for testing purpose to validate the android RaaS sdk for our users, They can test it on Kotlin or Java, it has 2 views made one in java and the other in Kotlin.
- Clone the repository
- Check that you have the latest version of the RaaS SDK on the gradle file
- There are 2 main activities one for Kotlin and one for java, you can navigate between them with the go Java button on the Kotlin activity.
- Set the Public Key on the Main Activity for java and for Kotlin for the publicKey textView object, you can localize it in the method
setPublicKey()
- Write your Tenant Name on the Tenant Field
Notes: Use android studio 4.0+ to do this