pubnub-kotlin-docs
Toggle table of contents
13.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-core-api
/
com.pubnub.kmp
/
PNFuture
PNFuture
fun
interface
PNFuture
<
out
OUTPUT
>
Inheritors
Time
ListAllChannelGroup
Signal
RemoteAction
Members
Functions
async
Link copied to clipboard
abstract
fun
async
(
callback
:
Consumer
<
Result
<
OUTPUT
>
>
)