ZKHistoricalExchangeRatesCallback

Objective-C

@protocol ZKHistoricalExchangeRatesCallback

Swift

protocol ZKHistoricalExchangeRatesCallback

Callback interface used by methods in ZKZumoKit class

  • Declaration

    Objective-C

    - (void)onError:(nonnull NSError *)e;

    Swift

    func onError(_ e: Error)
  • Declaration

    Objective-C

    - (void)onSuccess:(nonnull NSDictionary<NSString *, NSDictionary<NSString *, NSDictionary<NSString *, NSArray<ZKExchangeRate *> *> *> *> *)historicalExchangeRates;

    Swift

    func onSuccess(_ historicalExchangeRates: [String : [String : [String : [ZKExchangeRate]]]])