toggle menu
pubnub-kotlin-core-api
10.2.0
common
switch theme
search in API
pubnub-kotlin-core-api
/
com.pubnub.kmp
/
PNFuture
PNFuture
common
fun
interface
PNFuture
<
out
OUTPUT
>
Inheritors
Time
ListAllChannelGroup
Signal
RemoteAction
Members
Functions
async
Link copied to clipboard
common
abstract
fun
async
(
callback
:
Consumer
<
Result
<
@
UnsafeVariance
OUTPUT
>
>
)