pubnub-kotlin-docs
Toggle table of contents
13.1.0
apple
common
js
jvm
nonJvm
Target filter
apple
common
js
jvm
nonJvm
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-api
/
com.pubnub.api
Package-level
declarations
Types
Functions
Types
Endpoint
Impl
Link copied to clipboard
js
open
class
EndpointImpl
<
T
,
U
>
(
promiseFactory
:
(
)
->
Promise
<
T
>
,
responseMapping
:
(
T
)
->
U
)
:
PNFuture
<
U
>
Pub
Nub
Link copied to clipboard
common
jvm
nonJvm
expect
interface
PubNub
actual
interface
PubNub
:
StatusEmitter
,
EventEmitter
@
ObjCName
(
name
=
"PubNubInterface"
)
actual
interface
PubNub
Pub
Nub
Impl
Link copied to clipboard
apple
js
class
PubNubImpl
(
pubNubObjC
:
ERROR CLASS: Symbol not found for KMPPubNub
)
:
PubNub
class
PubNubImpl
(
val
jsPubNub
:
PubNub
)
:
PubNub
Space
Id
Link copied to clipboard
data
class
SpaceId
(
val
value
:
String
)
Functions
adjust
Collection
Types
Link copied to clipboard
js
fun
Any
.
adjustCollectionTypes
(
)
:
Any
to
Js
Link copied to clipboard
js
fun
PNConfiguration
.
toJs
(
)
:
PubNub.PNConfiguration