pubnub-kotlin-docs
Toggle table of contents
13.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
pubnub-kotlin-docs
pubnub-gson-api
/
com.pubnub.api.java.endpoints.files
/
SendFile
Send
File
interface
SendFile
:
ExtendedRemoteAction
<
PNFileUploadResult
>
Members
Types
Builder
Link copied to clipboard
interface
Builder
:
BuilderSteps.ChannelStep
<
FilesBuilderSteps.FileNameStep
<
FilesBuilderSteps.InputStreamStep
<
SendFile
>
>
>
Functions
async
Link copied to clipboard
abstract
fun
async
(
callback
:
Consumer
<
Result
<
Output
>
>
)
cipher
Key
Link copied to clipboard
abstract
fun
cipherKey
(
cipherKey
:
String
)
:
SendFile
custom
Message
Type
Link copied to clipboard
abstract
fun
customMessageType
(
customMessageType
:
String
)
:
SendFile
message
Link copied to clipboard
abstract
fun
message
(
message
:
Any
)
:
SendFile
meta
Link copied to clipboard
abstract
fun
meta
(
meta
:
Any
)
:
SendFile
operation
Type
Link copied to clipboard
abstract
fun
operationType
(
)
:
PNOperationType
retry
Link copied to clipboard
abstract
fun
retry
(
)
should
Store
Link copied to clipboard
abstract
fun
shouldStore
(
shouldStore
:
Boolean
)
:
SendFile
silent
Cancel
Link copied to clipboard
abstract
fun
silentCancel
(
)
sync
Link copied to clipboard
abstract
fun
sync
(
)
:
Output
ttl
Link copied to clipboard
abstract
fun
ttl
(
ttl
:
Integer
)
:
SendFile