Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
ActivationParams.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#import <MSSOrchestration/CryptoAppIndex.h>
10NS_ASSUME_NONNULL_BEGIN
11
12@protocol ActivationDelegate;
13
20NS_REFINED_FOR_SWIFT
21@interface ActivationParams : NSObject
22
26@property (nonatomic, weak, readonly) id<ActivationDelegate> activationDelegate;
27
31@property (nonatomic) CryptoAppIndex cryptoAppIndex;
32
33@end
34
35NS_ASSUME_NONNULL_END
CryptoAppIndex
Definition CryptoAppIndex.h:15
Definition ActivationParams.h:22
CryptoAppIndex cryptoAppIndex
Definition ActivationParams.h:31
id< ActivationDelegate > activationDelegate
Definition ActivationParams.h:26