All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pubnub.internal.endpoints.files.SendFileImpl.kt Maven / Gradle / Ivy

package com.pubnub.internal.endpoints.files

import com.pubnub.api.endpoints.files.SendFile
import com.pubnub.internal.PubNubImpl

/**
 * @see [PubNubImpl.sendFile]
 */
class SendFileImpl internal constructor(sendFile: SendFileInterface) : SendFileInterface by sendFile, SendFile




© 2015 - 2024 Weber Informatics LLC | Privacy Policy