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