toggle menu
pubnub-kotlin-core-api
10.2.0
common
switch theme
search in API
pubnub-kotlin-core-api
/
com.pubnub.api.models.consumer.files
/
PNDownloadFileResult
PNDownload
File
Result
common
data
class
PNDownloadFileResult
(
val
fileName
:
String
,
val
byteStream
:
Downloadable
?
)
Members
Constructors
PNDownload
File
Result
Link copied to clipboard
common
constructor
(
fileName
:
String
,
byteStream
:
Downloadable
?
)
Properties
byte
Stream
Link copied to clipboard
common
val
byteStream
:
Downloadable
?
file
Name
Link copied to clipboard
common
val
fileName
:
String