pubnub-kotlin-docs
Toggle table of contents
13.1.0
apple
Target filter
apple
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-kotlin-api
/
com.pubnub.kmp
/
StreamUploadContent
Stream
Upload
Content
apple
data
class
StreamUploadContent
(
val
stream
:
ERROR CLASS: Symbol not found for NSInputStream
,
val
contentType
:
String
?
,
val
contentLength
:
Int
)
:
Uploadable
Members
Constructors
Stream
Upload
Content
Link copied to clipboard
apple
constructor
(
stream
:
ERROR CLASS: Symbol not found for NSInputStream
,
contentType
:
String
?
,
contentLength
:
Int
)
Properties
content
Length
Link copied to clipboard
apple
val
contentLength
:
Int
content
Type
Link copied to clipboard
apple
val
contentType
:
String
?
stream
Link copied to clipboard
apple
val
stream
:
ERROR CLASS: Symbol not found for NSInputStream