Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.payment
/
PaymentRequest
/
showAsync
show
Async
fun
showAsync
(
detailsPromise
:
PaymentDetailsUpdate
=
definedExternally
)
:
Promise
<
PaymentResponse
>
(
source
)
fun
showAsync
(
detailsPromise
:
PromiseLike
<
PaymentDetailsUpdate
>
)
:
Promise
<
PaymentResponse
>
(
source
)