Kofax Mobile SDK API Reference
Common/API/kfxKUTCustomAcquireVolumeLicenseRequestData.h
Go to the documentation of this file.
1 //
2 // kfxKUTCustomAcquireVolumeLicenseRequestData.h
3 // kfxLibUtilities
4 //
5 // Created by Kofax on 01/05/19.
6 // Copyright © 2019 Kofax. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 typedef void(^CompletionHandler)(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error);
12 
14 
16 
19 @property(nonatomic,readonly) NSDictionary* _Nonnull request;
20 
22 
26 @property(nonatomic,readonly) CompletionHandler _Nonnull completionHandler;
27 
28 - (instancetype _Nonnull )initWithRequest:(NSDictionary* _Nonnull)request CompletionHandler:(CompletionHandler _Nonnull )completionHandler;
29 
30 @end
31 
32 
Definition: Common/API/kfxKUTCustomAcquireVolumeLicenseRequestData.h:13
CompletionHandler _Nonnull completionHandler
Completion Handler that an application should call after receiving a response from a licensing sever...
Definition: Common/API/kfxKUTCustomAcquireVolumeLicenseRequestData.h:26
NSDictionary *_Nonnull request
Has the request dictionary that the app developer would get from SDK.
Definition: Common/API/kfxKUTCustomAcquireVolumeLicenseRequestData.h:19
void(^ CompletionHandler)(NSData *_Nullable data, NSURLResponse *_Nullable response, NSError *_Nullable error)
Definition: Common/API/kfxKUTCustomAcquireVolumeLicenseRequestData.h:11
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.