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

The listener interface for receiving volume licensing events. More...

Public Member Functions

void licenseOperationFailed (VolumeLicenseFailureData failure)
 Invoked when a volume license operation fails. More...
 
void licenseOperationSucceeded (VolumeLicenseResultData results)
 Invoked when a volume license operation succeeds. More...
 

Detailed Description

The listener interface for receiving volume licensing events.

A class that is interested in processing a volume license event should implement this interface and then register itself using the Licensing.addVolumeLicenseEventListener method. Once the operation is complete remove the listener.

Member Function Documentation

void licenseOperationFailed ( VolumeLicenseFailureData  failure)

Invoked when a volume license operation fails.

void licenseOperationSucceeded ( VolumeLicenseResultData  results)

Invoked when a volume license operation succeeds.


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.