Kofax Mobile SDK API Reference
Public Member Functions | List of all members
Licensing.CustomAcquireVolumeLicenseEventListener Interface Reference

The listener interface for receiving custom acquire volume license events. More...

Public Member Functions

void customAcquireVolumeLicenseEventWithData (CustomAcquireVolumeLicenseRequestData data)
 

Detailed Description

The listener interface for receiving custom acquire volume license events.

A class that is interested in receiving custom acquire volume license event should implement this interface and then register itself using the Licensing.setCustomAcquireVolumeLicenseEventListener method.

Member Function Documentation

void customAcquireVolumeLicenseEventWithData ( CustomAcquireVolumeLicenseRequestData  data)

This method is called after acquireVolumeLicenses(LicenseType, int) is triggered.

Parameters
data: Contains the request that should be sent to a licensing server, and the completion handler that should be called with the response.
See also
CustomAcquireVolumeLicenseRequestData

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