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
/
PNFileUploadResult
PNFile
Upload
Result
data
class
PNFileUploadResult
(
val
timetoken
:
Long
,
val
status
:
Int
,
val
file
:
PNBaseFile
)
Members
Constructors
PNFile
Upload
Result
Link copied to clipboard
constructor
(
timetoken
:
Long
,
status
:
Int
,
file
:
PNBaseFile
)
Properties
file
Link copied to clipboard
val
file
:
PNBaseFile
status
Link copied to clipboard
val
status
:
Int
timetoken
Link copied to clipboard
val
timetoken
:
Long