Orchestration SDK
5.10.1
Loading...
Searching...
No Matches
ActivationDelegate.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
OnlineActivationInputError
;
12
17
NS_REFINED_FOR_SWIFT
18
@protocol
ActivationDelegate <NSObject>
19
23
- (void)onActivationSuccess;
24
28
- (void)onActivationAborted;
29
34
- (void)onActivationInputError:(
OnlineActivationInputError
*)error;
35
36
@end
37
38
NS_ASSUME_NONNULL_END
OnlineActivationInputError
Definition
OnlineActivationInputError.h:16
OrchestrationSDK
flows
activation
ActivationDelegate.h
Generated on Thu Nov 28 2024 19:55:29 for Orchestration SDK by
1.10.0