Classes

The following classes are available globally.

  • Class that all other LoginParams classes inherit from - contains commmon paramaters

    See more

    Declaration

    Swift

    public class CMiBaseLoginParams : CMiLoginParams
  • Params implementation that encapsulates data required to perform transaction flow

    See more

    Declaration

    Swift

    public class CMiTransactionParams : CMiParams
  • Class for interpreting parsed data from response CMi URI.

    See more

    Declaration

    Swift

    public class CMiBaseResult
  • CMiLoginResult extends interpretation of CMi URL data in CMiResult by interpreting data expected as result of login flow.

    See more

    Declaration

    Swift

    public class CMiLoginResult : CMiBaseResult
  • CMiTransactionResult extends interpretation of CMi URL data in CMiResult by interpreting data expected as result of transaction flow.

    See more

    Declaration

    Swift

    public class CMiTransactionResult : CMiBaseResult
  • Undocumented

    See more

    Declaration

    Swift

    public class EncodingError : Error, CustomStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    @objc
    public class CMiUrl : NSObject