Kofax Mobile SDK API Reference
Instance Methods | Properties | List of all members
kfxKUTCustomAcquireVolumeLicenseRequestData Class Reference

#import <kfxKUTCustomAcquireVolumeLicenseRequestData.h>

Inheritance diagram for kfxKUTCustomAcquireVolumeLicenseRequestData:

Instance Methods

(instancetype _Nonnull) - initWithRequest:CompletionHandler:
 
(instancetype _Nonnull) - initWithRequest:CompletionHandler:
 

Properties

NSDictionary *_Nonnull request
 Has the request dictionary that the app developer would get from SDK. More...
 
CompletionHandler _Nonnull completionHandler
 Completion Handler that an application should call after receiving a response from a licensing sever. More...
 

Method Documentation

- (instancetype _Nonnull) initWithRequest: (NSDictionary *_Nonnull)  request
CompletionHandler: (CompletionHandler _Nonnull)  completionHandler 
- (instancetype _Nonnull) initWithRequest: (NSDictionary *_Nonnull)  request
CompletionHandler: (CompletionHandler _Nonnull)  completionHandler 

Property Documentation

- (CompletionHandler _Nonnull) completionHandler
readnonatomicassign

Completion Handler that an application should call after receiving a response from a licensing sever.

This object should be called by the user. The SDK would then take this response and use it for parsing and updating the licence count.

This object should be called by the user. The SDK would then take this response and use it for parsing and updating the licence count. Below is the response that is expected from the user

- (NSDictionary *_Nonnull) request
readnonatomicassign

Has the request dictionary that the app developer would get from SDK.

This object would have the request that SDK passes back, user can add their own customisation to this and send it to their servers.


The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.