BTThreeDSecureRequestDelegate
@objc
public protocol BTThreeDSecureRequestDelegate
Protocol for ThreeDSecure Request flow
-
Required delegate method which returns the ThreeDSecure lookup result before the flow continues. Use this to do any UI preparation or custom lookup result handling. Use the
next()
callback to continue the flow.Declaration
Swift
@objc func onLookupComplete(_ request: BTThreeDSecureRequest, lookupResult: BTThreeDSecureResult, next: @escaping () -> Void)