CSResponseProtocol

public protocol CSResponseProtocol : NSObjectProtocol

Undocumented

  • Undocumented

    Declaration

    Swift

    var message: String { get }
  • Undocumented

    Declaration

    Swift

    func onSuccess(_ onSuccess: @escaping Func)
  • Undocumented

    Declaration

    Swift

    func onFailed(_ onFailed: @escaping (CSResponseProtocol) -> Void) -> Self
  • Undocumented

    Declaration

    Swift

    func cancel()