ContentUploadState
public enum ContentUploadState
The state of the data uploading
-
Upload not started yet
Declaration
Swift
case idle -
Percennt of the uploading progression
Declaration
Swift
case progress(purcent: Double) -
Upload finished
Declaration
Swift
case success(dataMessageFile: DataMessageFile)
ContentUploadState Enumeration Reference