Companion

object Companion

Functions

Link copied to clipboard
fun loadExistingSession(    context: Context,     sessionId: String,     sessionStore: IUpstreamDao,     sessionListener: SessionListener? = null,     sessionUploadPartListener: SessionUploadPartListener? = null): MultiFileUploader

Load an existing session from its sessionId from the sessionStore. Use it to resume an upload that failed.