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

This protocol defines methods that your delegate object should implement to interact with inherited classes from kfxCaptureViewController. More...

#import <kfxCaptureViewController.h>

Inheritance diagram for <kfxCaptureViewControllerDelegate>:
<kfxBillCaptureViewControllerDelegate> <kfxCheckCaptureViewControllerDelegate> <kfxCreditCardCaptureViewControllerDelegate> <kfxIDCaptureViewControllerDelegate> <kfxPassportCaptureViewControllerDelegate>

Instance Methods

(void) - captureViewControllerDidClose:
 Tells the delegate that the user is going to close capture view controller. More...
 

Detailed Description

This protocol defines methods that your delegate object should implement to interact with inherited classes from kfxCaptureViewController.

The methods of this protocol notify your delegate with various messages common for capture view controllers.

See also
kfxCheckCaptureViewControllerDelegate
kfxBillCaptureViewControllerDelegate
kfxPassportCaptureViewControllerDelegate
kfxCreditCardCaptureViewControllerDelegate
kfxIDCaptureViewControllerDelegate

Method Documentation

- (void) captureViewControllerDidClose: (kfxCaptureViewController *)  captureViewController
optional

Tells the delegate that the user is going to close capture view controller.

Your delegate's implementation of this method should dismiss the capture view controller.

Implementation of this method is optional, but expected.

Parameters
captureViewControllerThe capture view controller dispatching the message.

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.