Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
<LocalTransactionDelegate> Protocol Reference

#include <LocalTransactionDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onLocalTransactionSuccess:hostCode:
 
(void) - onLocalTransactionAborted
 
(void) - onLocalTransactionPasswordError:
 

Detailed Description

Interface to implement in order to receive events related to local transaction.

Method Documentation

◆ onLocalTransactionAborted

- (void) onLocalTransactionAborted

Called upon local transaction abortion

◆ onLocalTransactionPasswordError:

- (void) onLocalTransactionPasswordError: (PasswordError *) error

Called upon password error when performing local transaction.

Parameters
errorthe type of password error

◆ onLocalTransactionSuccess:hostCode:

- (void) onLocalTransactionSuccess: (NSString *) signature
hostCode: (NSString *_Nullable) hostCode 

Called upon local transaction success.

Parameters
signaturethe generated signature
hostCodethe generated host code

The documentation for this protocol was generated from the following file: