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

com.avito.filestorage.RemoteStorage.kt Maven / Gradle / Ivy

package com.avito.filestorage

import com.avito.android.Result
import okhttp3.HttpUrl
import java.io.File

public interface RemoteStorage {

    public fun upload(file: File, type: ContentType): FutureValue>

    public fun upload(content: String, type: ContentType): FutureValue>
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy