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.api.models.consumer.files
/
PNDownloadFileResult
PNDownload
File
Result
data
class
PNDownloadFileResult
(
val
fileName
:
String
,
val
byteStream
:
Downloadable
?
)
Members
Constructors
PNDownload
File
Result
Link copied to clipboard
constructor
(
fileName
:
String
,
byteStream
:
Downloadable
?
)
Properties
byte
Stream
Link copied to clipboard
val
byteStream
:
Downloadable
?
file
Name
Link copied to clipboard
val
fileName
:
String