... | ... | @@ -54,7 +54,6 @@ Your app has to be configured exactly as the credentials and attributes provided |
|
|
var myConfigBuilder = AppConfig.newBuilder()
|
|
|
.withDialerName("SDK_DIALER")
|
|
|
.withDialerType(DialerType.TEST)
|
|
|
.withAPIKey("1234")
|
|
|
.withDialerVersion("1.0.0")
|
|
|
.withDefaultCountry("bd")
|
|
|
.withVersionCode(1)
|
... | ... | @@ -68,7 +67,6 @@ var appConfig = AppConfig(myConfigBuilder) |
|
|
MyConfigBuilder myConfigBuilder = AppConfig.newBuilder()
|
|
|
.withDialerName("SDK_DIALER")
|
|
|
.withDialerType(DialerType.TEST)
|
|
|
.withAPIKey("1234")
|
|
|
.withDialerVersion("1.0.0")
|
|
|
.withDefaultCountry("bd")
|
|
|
.withVersionCode(1)
|
... | ... | |