Challenge Callback

  • A protocol for 3-D Secure challenge callbacks. Receives result after challenge is finished or interrupted for some reason.

    See more

    Declaration

    Swift

    @objc
    public protocol OPPThreeDSChallengeCallback
  • An enumeration for the various types of status for the 3-D Secure 2 transaction.

    See more

    Declaration

    Swift

    @objc
    public enum OPPThreeDSTransactionStatus : Int
  • Class to represent information about successful challenge completion.

    See more

    Declaration

    Swift

    @objc
    public class OPPThreeDSCompletionEvent : NSObject
  • Class to represent information about interrupted challenge.

    See more

    Declaration

    Swift

    @objc
    public class OPPThreeDSErrorEvent : NSObject