STWProcessEvent

annotation class STWProcessEvent

Properties

Link copied to clipboard
val PROCESS_DOWNLOAD_FAILURE: Int
process download failure
Link copied to clipboard
val PROCESS_DOWNLOAD_STARTED: Int
process download started
Link copied to clipboard
val PROCESS_FILES_DOWNLOADED: Int
process download finished
Link copied to clipboard
val PROCESS_UPDATE_FAILURE: Int
update process has been failed
Link copied to clipboard
val PROCESS_UPDATE_SUCCESS: Int
update process has been done with success
Link copied to clipboard
val PROCESS_UPDATED: Int
process has been updated
Link copied to clipboard
val PROCESS_UPLOAD_ERROR: Int
process upload with error
Link copied to clipboard
val PROCESS_UPLOAD_FAILURE: Int
process upload failure
Link copied to clipboard
val PROCESS_UPLOAD_STARTED: Int
process upload started

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String