toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.payment
/
PaymentRequest
/
showAsync
show
Async
fun
showAsync
(
detailsPromise
:
PaymentDetailsUpdate
=
definedExternally
)
:
Promise
<
PaymentResponse
>
(
source
)
fun
showAsync
(
detailsPromise
:
PromiseLike
<
PaymentDetailsUpdate
>
)
:
Promise
<
PaymentResponse
>
(
source
)