ResponseStateListener

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var onEmpty: () -> Unit

A http response empty listener.

Link copied to clipboard
var onError: (t: Throwable?) -> Unit

A http response error listener.

Link copied to clipboard
var onFailed: (errorCode: Int?, errorMsg: String?) -> Unit

A http response failed listener.

Link copied to clipboard
var onSuccess: (data: T) -> Unit

A http response success listener.