CSResponseController
public protocol CSResponseController
Undocumented
-
Undocumented
Declaration
Swift
func show<T: CSAnyProtocol>(_ response: CSResponse<T>, _ title: String, _ progress: Bool, _ canCancel: Bool, _ failedDialog: Bool, _ onSuccess: ((T) -> Void)?) -> CSResponse<T>
-
show(_:
Extension methodtitle: progress: canCancel: failedDialog: onSuccess: ) Undocumented
Declaration
Swift
@discardableResult func show<Data: CSAnyProtocol>(_ response: CSResponse<Data>, title: String = .requestLoading, progress: Bool = true, canCancel: Bool = true, failedDialog: Bool = true, onSuccess: ((Data) -> Void)? = nil) -> CSResponse<Data>