Orchestration SDK
5.11.0
Loading...
Searching...
No Matches
LocalTransactionDelegate.h
Go to the documentation of this file.
1
2
//
3
// Copyright (c) since 1999. VASCO DATA SECURITY
4
// All rights reserved. http://www.vasco.com
5
//
7
8
#import <Foundation/Foundation.h>
9
NS_ASSUME_NONNULL_BEGIN
10
11
@class
PasswordError
;
12
16
NS_REFINED_FOR_SWIFT
17
@protocol
LocalTransactionDelegate <NSObject>
18
25
- (void)onLocalTransactionSuccess:(NSString *)signature hostCode:(NSString * _Nullable)hostCode;
26
30
- (void)
onLocalTransactionAborted
;
31
37
- (void)onLocalTransactionPasswordError:(
PasswordError
*)error;
38
39
@end
40
41
NS_ASSUME_NONNULL_END
PasswordError
Definition
PasswordError.h:18
-[LocalTransactionDelegate-p onLocalTransactionAborted]
void onLocalTransactionAborted()
OrchestrationSDK
flows
local_transaction
LocalTransactionDelegate.h
Generated on Thu May 15 2025 12:49:35 for Orchestration SDK by
1.13.2