Kofax Mobile SDK API Reference
Public Member Functions | List of all members
Licensing.CustomAcquireVolumeLicenseRequestData Class Reference

Data class for custom acquire volume license related operations. More...

Public Member Functions

String getRequest ()
 Has the request data that the app developer would get from SDK. More...
 
ICompletionListener< String > getCompletionHandler ()
 Completion Handler that an application should call after receiving a response from a licensing sever. More...
 

Detailed Description

Data class for custom acquire volume license related operations.

Member Function Documentation

ICompletionListener<String> getCompletionHandler ( )

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

This handler should be called with the response from a licensing sever. The SDK will parse this response and update the licensing count accordingly.

sample code to sent the response back:

getCompletionHandler().onComplete(responseString, null)
String getRequest ( )

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

This object would have the request that SDK passes back, user can 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.