... | @@ -4,7 +4,7 @@ Follow the Steps below to Implement the Reve Voice Android SDK for your own Dial |
... | @@ -4,7 +4,7 @@ Follow the Steps below to Implement the Reve Voice Android SDK for your own Dial |
|
**Step 1.Gradle:** Firstly you have to add the gradle dependency in your app’s build.gradle file. You can add the following line inside the dependencies{} tab to the aforementioned file to get access to the necessary packages. Sync your project after that.<br>
|
|
**Step 1.Gradle:** Firstly you have to add the gradle dependency in your app’s build.gradle file. You can add the following line inside the dependencies{} tab to the aforementioned file to get access to the necessary packages. Sync your project after that.<br>
|
|
**`api 'com.revesoft.sdk:reveSdk:1.6.1-4' .`**
|
|
**`api 'com.revesoft.sdk:reveSdk:1.6.1-4' .`**
|
|
|
|
|
|
**Step 2. Configuration:** In this step you need to configure the AppConfig according to the Configuration provided to you by Reve Systems. Check out the Detailed **[Configuration Guide](configuration-page)**
|
|
**Step 2. Configuration:** In this step you need to configure the AppConfig according to the Configuration provided to you by Reve Systems. Check out the Detailed **[Configuration Guide](App-Configuration)**
|
|
|
|
|
|
**Step 3. Setting User Credentials:** Set the username and Password of the end user in UserInfo class. Taking these two pieces of information from the UI is recommended.
|
|
**Step 3. Setting User Credentials:** Set the username and Password of the end user in UserInfo class. Taking these two pieces of information from the UI is recommended.
|
|
|
|
|
... | | ... | |