Document
This class is the container for transferring documents between the client application and the Gini Capture SDK and between the Fragments of the Gini Capture SDK.
Due to the size limitations of the android.os.Bundle , the document data byte array has to be stored in a memory cache when parceling and read from the cache when unparceling.
Warning: Always retrieve the Document extras from a Bundle to force unparceling and removing of the reference to the byte array from the memory cache. Failing to do so will lead to memory leaks.
Types
ImportMethod
Link copied to clipboard
enum ImportMethod
Content copied to clipboard
Source
Link copied to clipboard
Functions
describeContents
Link copied to clipboard
abstract int describeContents()
Content copied to clipboard
getData
Link copied to clipboard
getImportMethod
Link copied to clipboard
getIntent
Link copied to clipboard
getMimeType
Link copied to clipboard
getSource
Link copied to clipboard
getType
Link copied to clipboard
isImported
Link copied to clipboard
abstract boolean isImported()
Content copied to clipboard
isReviewable
Link copied to clipboard
abstract boolean isReviewable()
Content copied to clipboard
writeToParcel
Link copied to clipboard
Inheritors
GiniCaptureDocument
Link copied to clipboard