SendFile

interface SendFile : ExtendedRemoteAction<Output>

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun async(callback: Consumer<Result<Output>>)
Link copied to clipboard
abstract fun cipherKey(cipherKey: String): SendFile
Link copied to clipboard
abstract fun customMessageType(customMessageType: String): SendFile
Link copied to clipboard
abstract fun message(message: Any): SendFile
Link copied to clipboard
abstract fun meta(meta: Any): SendFile
Link copied to clipboard
abstract fun operationType(): PNOperationType
Link copied to clipboard
abstract fun retry()
Link copied to clipboard
abstract fun shouldStore(shouldStore: Boolean): SendFile
Link copied to clipboard
abstract fun silentCancel()
Link copied to clipboard
abstract fun sync(): Output
Link copied to clipboard
abstract fun ttl(ttl: Integer): SendFile