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

Bundle protocol. More...

#import <KFXBundleProtocol.h>

Inheritance diagram for <KFXBundleProtocol>:
KFXZipBundle

Instance Methods

(void) - enumerateUsingBlock:
 Iteration through bundle contents. More...
 

Detailed Description

Bundle protocol.

This protocol represents a generic collection of KFXBundleFileProtocol. Used to unify interaction between different containers like archives or bundles and file system.

See also
KFXBundleFileProtocol

Method Documentation

- (void) enumerateUsingBlock: (void(^)(id< KFXBundleFileProtocol > file, BOOL *stop, NSError *error))  block

Iteration through bundle contents.

This methods allows to iterate through this bundle contents.

Parameters
block- enumeration callback:
  • file: current file. May be nil in case of an error.
  • stop: allows to stop iteration.
  • error: will contain an error if there is an error during iteration.

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.