Type Definitions

The following type definitions are available globally.

  • Standardized codes for NPIError

    See more

    Declaration

    Objective-C

    typedef enum NPIErrorCode NPIErrorCode
  • Undocumented

    Declaration

    Objective-C

    typedef NSError * WalletError

    Swift

    typealias WalletError = NSError

CardPayment

  • Undocumented

    Declaration

    Objective-C

    typedef NSString * Currency

    Swift

    typealias Currency = NSString
  • Undocumented

    Declaration

    Objective-C

    typedef NSURL * WalletURL

    Swift

    typealias WalletURL = NSURL
  • Undocumented

    Declaration

    Objective-C

    typedef NSString * TransactionID

    Swift

    typealias TransactionID = NSString
  • Undocumented

    Declaration

    Objective-C

    typedef NSString * RedirectURL

    Swift

    typealias RedirectURL = NSString
  • Undocumented

    Declaration

    Objective-C

    typedef NPIError * CardError

    Swift

    typealias CardError = NPIError

Callback Blocks