Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
OnlineActivationDelegate.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 <MSSOrchestration/ActivationDelegate.h>
9NS_ASSUME_NONNULL_BEGIN
10
15NS_REFINED_FOR_SWIFT
16@protocol OnlineActivationDelegate <ActivationDelegate>
17
23- (void)onActivationStepCompleteWithCommand:(NSString *)command;
24
25@end
26
27NS_ASSUME_NONNULL_END