A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
H
- handleErrorLog(ErrorLog) - function in net.gini.android.capture.logging.ErrorLoggerListener
- Called when an error occurred inside the Gini Capture SDK.
- handleErrorLog(ErrorLog) - function in net.gini.android.capture.network.GiniCaptureNetworkService
- Called when an error occurred inside the Gini Capture SDK.
- hasAutoFocus() - function in net.gini.android.capture.requirements.CameraHolder
- hasAutoFocus() - function in net.gini.android.capture.requirements.CameraXHolder
- hasCamera() - function in net.gini.android.capture.requirements.CameraHolder
- hasCamera() - function in net.gini.android.capture.requirements.CameraXHolder
- hasDocumentError(ImageDocument) - function in net.gini.android.capture.document.GiniCaptureMultiPageDocument
- hasDocumentError(ImageDocument) - function in net.gini.android.capture.document.GiniCaptureMultiPageDocument
- hasExplicitFocusable() - function in android.view.View
- hasFlash() - function in net.gini.android.capture.requirements.CameraHolder
- hasFlash() - function in net.gini.android.capture.requirements.CameraXHolder
- hasFocus() - function in android.view.View
- hasFocus() - function in android.view.ViewGroup
- hasFocusable() - function in android.view.View
- hashCode() - function in androidx.fragment.app.Fragment
- hashCode() - function in net.gini.android.capture.Document.Source
- hashCode() - function in net.gini.android.capture.document.GiniCaptureDocument
- hashCode() - function in net.gini.android.capture.document.GiniCaptureDocument
- hashCode() - function in net.gini.android.capture.document.GiniCaptureMultiPageDocument
- hashCode() - function in net.gini.android.capture.document.GiniCaptureMultiPageDocument
- hashCode() - function in net.gini.android.capture.document.ImageDocument
- hashCode() - function in net.gini.android.capture.document.QRCodeDocument
- hashCode() - function in net.gini.android.capture.internal.camera.photo.ParcelableMemoryCache.Token
- hashCode() - function in net.gini.android.capture.internal.qrcode.PaymentQRCodeData
- hashCode() - function in net.gini.android.capture.internal.util.Size
- hashCode() - function in net.gini.android.capture.tracking.Event
- Internal use only.
- hasInstance() - function in net.gini.android.capture.GiniCapture
- Check whether an instance exists.
- hasMimeType(Intent,Context,String) - function in net.gini.android.capture.util.IntentHelper
- Check whether the Intent has a specific mime-type.
- hasMimeType(Uri,Context,String) - function in net.gini.android.capture.util.UriHelper
- hasMimeTypeWithPrefix(Intent,Context,String) - function in net.gini.android.capture.util.IntentHelper
- Check whether the Intent has a mime-type starting the provided prefix.
- hasMimeTypeWithPrefix(Uri,Context,String) - function in net.gini.android.capture.util.IntentHelper
- hasMultipleUris(Intent) - function in net.gini.android.capture.util.IntentHelper
- hasNestedScrollingParent() - function in android.view.View
- hasObservers() - function in androidx.recyclerview.widget.RecyclerView.Adapter
- hasOnClickListeners() - function in android.view.View
- hasOnLongClickListeners() - function in android.view.View
- hasOptionsMenu() - function in androidx.fragment.app.Fragment
- hasOverlappingRendering() - function in android.view.View
- hasOverlappingRendering() - function in android.widget.TextView
- hasOverlappingRendering() - function in androidx.appcompat.widget.AppCompatImageView
- hasPointerCapture() - function in android.view.View
- hasSelection() - function in android.widget.TextView
- hasStableIds() - function in androidx.recyclerview.widget.RecyclerView.Adapter
- hasTransientState() - function in android.view.View
- hasTransientState() - function in android.view.ViewGroup
- hasWindowFocus() - function in android.app.Activity
- hasWindowFocus() - function in android.app.Activity
- hasWindowFocus() - function in android.view.View
- HELP - enum entry in net.gini.android.capture.tracking.CameraScreenEvent
Triggers when the user opens the help screen.(Screen API only)
- HelpActivity - class in net.gini.android.capture.help
- <h3>Screen API and Component API</h3><p> On the Help Screen users can get information about how to best use the Gini Capture SDK. </p> <p> This Activity can be used for both Screen and Component APIs. </p><h3>Customizing the Help Screen</h3><p> Customizing the look of the Help Screen is done via overriding of app resources. </p> <p> The following items are customizable: <ul> <li> <b>Background color:</b> via the color resource named {@code gc_help_activity_background} </li> <li> <b>Help list item background color:</b> via the color resource name {@code gc_help_item_background} </li> <li> <b>Help list item text style:</b> via overriding the style named {@code GiniCaptureTheme.Help.Item.TextStyle} </li> <li> <b>Help list item labels:</b> via overriding the string resources found in the {@link DefaultHelpItem} enum </li> </ul> </p><p> <b>Important:</b> All overriden styles must have their respective {@code Root.} prefixed style as their parent. Ex.: the parent of {@code GiniCaptureTheme.Onboarding.Message.TextStyle} must be {@code Root.GiniCaptureTheme.Onboarding.Message.TextStyle}. </p><h3>Customizing the Action Bar</h3><p> Customizing the Action Bar is done via overriding of app resources and each one - except the title string resource - is global to all Activities ({@link CameraActivity}, {@link NoResultsActivity}, {@link HelpActivity}, {@link ReviewActivity}, {@link AnalysisActivity}). </p> <p> The following items are customizable: <ul> <li> <b>Background color:</b> via the color resource named {@code gc_action_bar} (highly recommended for Android 5+: customize the status bar color via {@code gc_status_bar}) </li> <li> <b>Title:</b> via the string resource name {@code gc_title_help} </li> <li> <b>Title color:</b> via the color resource named {@code gc_action_bar_title} </li> <li><b>Back button:</b> via images for mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi named {@code gc_action_bar_back} </li> </ul> </p>
- HelpActivity.Companion - class in net.gini.android.capture.help.HelpActivity
- HelpItem - class in net.gini.android.capture.help
- This sealed class declares the items which can be shown in the Help Screen.
- HelpItem.Custom - class in net.gini.android.capture.help.HelpItem
- Shows a custom help item with the given title and starts an activity with the given intent when clicked.
- HelpItem.FileImportGuide - class in net.gini.android.capture.help.HelpItem
- Shows a guide for importing files from other apps via "open with".
- HelpItem.PhotoTips - class in net.gini.android.capture.help.HelpItem
- Shows tips for taking better pictures.
- HelpItem.SupportedFormats - class in net.gini.android.capture.help.HelpItem
- Shows information about the document formats supported by the Gini Capture SDK.
- hide() - function in net.gini.android.capture.internal.ui.ErrorSnackbar
- hideActivityIndicatorAndEnableInteraction() - function in net.gini.android.capture.camera.CameraActivity
- Call this method to hide the activity indicator and enable user interaction.
- hideActivityIndicatorAndEnableInteraction() - function in net.gini.android.capture.camera.CameraFragmentCompat
- Call this method to hide the activity indicator and enable user interaction.
- hideActivityIndicatorAndEnableInteraction() - function in net.gini.android.capture.camera.CameraFragmentInterface
- Call this method to hide the activity indicator and enable user interaction.
- hideError() - function in net.gini.android.capture.analysis.AnalysisActivity
- Call this method to hide the error shown before with showError or showError.
- hideError() - function in net.gini.android.capture.analysis.AnalysisFragmentCompat
- Call this method to hide the error shown before with showError or showError.
- hideError() - function in net.gini.android.capture.analysis.AnalysisFragmentInterface
- Call this method to hide the error shown before with showError or showError.
- hideExisting(RelativeLayout) - function in net.gini.android.capture.internal.ui.ErrorSnackbar
- hideInterface() - function in net.gini.android.capture.camera.CameraActivity
- Call this method to hide the interface elements.
- hideInterface() - function in net.gini.android.capture.camera.CameraFragmentCompat
- Call this method to hide the interface elements.
- hideInterface() - function in net.gini.android.capture.camera.CameraFragmentInterface
- Call this method to hide the interface elements.
- highlightPosition(int) - function in net.gini.android.capture.review.multipage.thumbnails.ThumbnailsAdapter