Skip to content

    Kotlin cloud

    Kotlin

    From Kotlin Application

    In case of the caller application is using Kotlin, the integration is quick, since it is necessary to open a coroutine context, using the desired Dispatcher, and call any method (pay, revert, closeAccount).

    Kotlin

    lifecycleScope.launch(Dispatchers.IO) { 
     app2AppIPC?.closeAccount(CloseAccountData( 
            closeSessionObservable.callerName,             
            closeSessionObservable.callerTrxId

    Was this helpful?

    What was your feeling about it?