OPPThreeDSServiceCallback

@objc
public protocol OPPThreeDSServiceCallback

A protocol for 3-D Secure service initialization callback. Receives an error if it appears during service initialization, otherwise the error will be nil.

  • Called when OPPThreeDSService initialization is completed.

    Declaration

    Swift

    @objc
    func initialized(error: Error?)

    Parameters

    error

    An error if service initialization was interrupted by some internal error.