pubnub-kotlin-docs
Toggle table of contents
13.1.0
apple
common
js
jvm
Target filter
apple
common
js
jvm
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-core-api
/
com.pubnub.kmp
Package-level
declarations
Types
Functions
Types
Downloadable
Link copied to clipboard
apple
common
js
jvm
actual
abstract
class
Downloadable
expect
abstract
class
Downloadable
actual
abstract
class
Downloadable
actual
typealias
Downloadable
=
InputStream
typealias
Downloadable
=
InputStream
Downloadable
Impl
Link copied to clipboard
apple
js
class
DownloadableImpl
(
inputStream
:
ERROR CLASS: Symbol not found for NSInputStream
)
:
Downloadable
class
DownloadableImpl
(
pubnubFile
:
Any
)
:
Downloadable
Js
Map
Link copied to clipboard
js
external
interface
JsMap
<
V
>
PNFuture
Link copied to clipboard
fun
interface
PNFuture
<
out
OUTPUT
>
Functions
combine
Link copied to clipboard
js
fun
<
T
,
R
>
T
.
combine
(
map
:
JsMap
<
R
>
?
)
:
T
create
Js
Object
Link copied to clipboard
js
fun
<
T
>
createJsObject
(
configure
:
T
.
(
)
->
Unit
=
{}
)
:
T
entries
Of
Link copied to clipboard
js
fun
<
V
>
entriesOf
(
jsObject
:
JsMap
<
V
>
)
:
List
<
Pair
<
String
,
V
>
>
to
Js
Map
Link copied to clipboard
js
fun
<
V
>
Map
<
String
,
V
>
.
toJsMap
(
)
:
JsMap
<
V
>
to
Map
Link copied to clipboard
js
fun
<
V
>
JsMap
<
V
>
.
toMap
(
)
:
Map
<
String
,
V
>