Package-level declarations

Types

Link copied to clipboard
actual interface DeleteFile : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNDeleteFileResult>
Link copied to clipboard
class DeleteFileImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channel: String, fileName: String, fileId: String) : DeleteFile
Link copied to clipboard
actual interface DownloadFile : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNDownloadFileResult>
Link copied to clipboard
class DownloadFileImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channel: String, fileName: String, fileId: String) : DownloadFile
Link copied to clipboard
actual interface GetFileUrl : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNFileUrlResult>
expect interface GetFileUrl : PNFuture<PNFileUrlResult>
actual interface GetFileUrl : PNFuture<PNFileUrlResult>
actual interface GetFileUrl : Endpoint<PNFileUrlResult>
Link copied to clipboard
class GetFileUrlImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channel: String, fileName: String, fileId: String) : GetFileUrl
Link copied to clipboard
actual interface ListFiles : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNListFilesResult>
expect interface ListFiles : PNFuture<PNListFilesResult>
actual interface ListFiles : PNFuture<PNListFilesResult>
actual interface ListFiles : Endpoint<PNListFilesResult>
Link copied to clipboard
class ListFilesImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channel: String, limit: Int?, next: ERROR CLASS: Symbol not found for PNPage.PNNext??) : ListFiles
Link copied to clipboard
actual interface PublishFileMessage : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNPublishFileMessageResult>
Link copied to clipboard
class PublishFileMessageImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channel: String, fileName: String, fileId: String, message: Any?, meta: Any?, ttl: Int?, shouldStore: Boolean?, customMessageType: String?) : PublishFileMessage
Link copied to clipboard
actual interface SendFile : <ERROR CLASS> ERROR CLASS: Symbol not found for PNFuture<ERROR CLASS: Symbol not found for PNFileUploadResult>
expect interface SendFile : PNFuture<PNFileUploadResult>
actual interface SendFile : PNFuture<PNFileUploadResult>
Link copied to clipboard
class SendFileImpl(pubnub: ERROR CLASS: Symbol not found for KMPPubNub, channel: String, fileName: String, inputStream: Uploadable, message: Any?, meta: Any?, ttl: Int?, shouldStore: Boolean?, customMessageType: String?) : SendFile