Kofax Mobile SDK API Reference
Instance Methods | List of all members
<kfxKUTAcquireVolumeLicenseDelegate> Protocol Reference

This protocol must be implemented by classes whose objects are used as kfxKUTLicensing delegates. More...

#import <kfxKUTLicensing.h>

Inheritance diagram for <kfxKUTAcquireVolumeLicenseDelegate>:

Instance Methods

(void) - acquireVolumeLicenseDone:error:
 acquireVolumeLicenseDone delegate More...
 

Detailed Description

This protocol must be implemented by classes whose objects are used as kfxKUTLicensing delegates.

This defines protocol messages that will be sent to kfxKUTLicensing delegate objects.

Method Documentation

- (void) acquireVolumeLicenseDone: (int)  licAcquired
error: (NSError *)  error 
optional

acquireVolumeLicenseDone delegate

The SDK calls this method when acquire volume licenses process is completed.
This is an optional delegate.

Parameters
licAcquired: number of license acquired.
error: Any error occurred during the volume licenses aquiring process.

The SDK will return number of license acquired if no error happens during the process. otherwise it will return a NSError

  • KMC_LO_SERVER_URL_NOT_SET if the application has not set any server url
  • KMC_UT_LICENSE_UNKNOWN_LICENSE_SERVER_TYPE if the server type set by the application is neither SERVER_TYPE_RTTI nor SERVER_TYPE_TOTALAGILITY
  • Any other NSError that occurs during communication with the license server

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