RequestProgress

ResponseProgress: 标记请求进度,在定义的接口上使用 RequestProgress 相当于为接口配置了自定义的key, 自定义配置的key优先级高于默认的url;在添加请求进度监听时,只需根据当前配置的key值进行监听,即可监听对应的接口进度。

Author

Jenly

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
Link copied to clipboard
abstract fun value(): String