UploadSuccess

class UploadSuccess(val uploadProgress: MuxUpload.Progress) : UploadStatus

The upload succeeded. The file has been uploaded to Mux Video and will be processed shortly

Constructors

Link copied to clipboard
constructor(uploadProgress: MuxUpload.Progress)

Functions

Link copied to clipboard
open fun getError(): Exception?

If this upload failed, returns the error that caused the failure

Link copied to clipboard
open override fun getProgress(): MuxUpload.Progress

The progress, in bytes, of the upload. If the file isn't uploading yet, this will be null.

Properties

Link copied to clipboard