C
- callOnClick() - function in android.view.View
- CAMERA - enum entry in net.gini.android.capture.requirements.RequirementId
A back-facing camera needs to be present.
- CAMERA_FLASH - enum entry in net.gini.android.capture.requirements.RequirementId
The camera on phones must support always-on flash mode. Not required for tablets.
- CAMERA_FOCUS - enum entry in net.gini.android.capture.requirements.RequirementId
The camera must support auto focus mode.
- CAMERA_NO_ACCESS - enum entry in net.gini.android.capture.GiniCaptureError.ErrorCode
Couldn't get access to the camera. Most likely cause is either not declaring the camera permission in the manifest and on Android 6+ not requesting the camera permission from the user. Check the message for details.
- CAMERA_NO_PREVIEW - enum entry in net.gini.android.capture.GiniCaptureError.ErrorCode
Camera preview could not be started. Likely causes are that the camera was closed before preview could start or the View used to show the preview images couldn't initialize. Check the message for details.
- CAMERA_OPEN_FAILED - enum entry in net.gini.android.capture.GiniCaptureError.ErrorCode
Camera couldn't be opened due to an unexpected error. Check the message for details.
- CAMERA_PERMISSION - enum entry in net.gini.android.capture.requirements.RequirementId
Permission to access the camera is required.
On Android before version 6.0 the camera permission must be declared in the manifest.
On Android 6.0 and later in addition to the manifest declaration the camera permission must be granted by the user during run-time.
On Android 6.0 and later you need to ask the user for the camera permission before you check the requirements.
Camera permission is required for checking the other requirements.
- CAMERA_RESOLUTION - enum entry in net.gini.android.capture.requirements.RequirementId
The camera must support a preview resolution and a picture resolution higher than 8MP.
- CAMERA_SHOT_FAILED - enum entry in net.gini.android.capture.GiniCaptureError.ErrorCode
Camera couldn't take a picture. Likely causes are that the camera was closed between requesting a picture and taking the picture or the camera didn't return an image. Check the message for details.
- CAMERA_UNKNOWN - enum entry in net.gini.android.capture.GiniCaptureError.ErrorCode
An unexpected camera error occurred. Check the message for details.
- CameraActivity - class in net.gini.android.capture.camera
CameraActivityis the main entry point to the Gini Capture SDK when using the Screen API.- CameraException - class in net.gini.android.capture.internal.camera.api
- Internal use only.
- CameraException.Type - class in net.gini.android.capture.internal.camera.api.CameraException
- CameraFragmentCompat - class in net.gini.android.capture.camera
CameraFragmentCompatis the main entry point to the Gini Capture SDK when using the Component API with the Android Support Library.- CameraFragmentInterface - class in net.gini.android.capture.camera
- Methods which Camera Fragment must implement.
- CameraFragmentListener - class in net.gini.android.capture.camera
- Interface used by CameraFragmentCompat to dispatch events to the hosting Activity.
- CameraFragmentListener.DocumentCheckResultCallback - class in net.gini.android.capture.camera.CameraFragmentListener
- Callback to inform the Gini Capture SDK about the outcome of the custom imported document checks.
- CameraHolder - class in net.gini.android.capture.requirements
- CameraInterface - class in net.gini.android.capture.internal.camera.api
- Internal use only.
- CameraInterface.PreviewCallback - class in net.gini.android.capture.internal.camera.api.CameraInterface
- Callback to receive preview images.
- CameraInterface.PreviewFrameCallback - class in net.gini.android.capture.internal.camera.api.CameraInterface
- Callback to receive preview frame related state changes.
- CameraInterface.TapToFocusListener - class in net.gini.android.capture.internal.camera.api.CameraInterface
- Listener for tap to focus.
- CameraPreviewSurface - class in net.gini.android.capture.internal.camera.view
- Internal use only.
- CameraPreviewSurface.ScaleType - class in net.gini.android.capture.internal.camera.view.CameraPreviewSurface
- Internal use only.
- CameraResolutionRequirement - class in net.gini.android.capture.requirements
- Internal use only.
- CameraScreenEvent - class in net.gini.android.capture.tracking
- Events triggered on the camera screen.
- CameraXHolder - class in net.gini.android.capture.requirements
- Internal use only.
- CameraXPreviewContainer - class in net.gini.android.capture.internal.camera.view
- Internal use only.
- CameraXPreviewContainer.ScaleType - class in net.gini.android.capture.internal.camera.view.CameraXPreviewContainer
- Internal use only.
- cancel(boolean) - function in android.os.AsyncTask
- cancel(GiniCaptureDocument) - function in net.gini.android.capture.internal.network.NetworkRequestsManager
- CANCEL - enum entry in net.gini.android.capture.tracking.AnalysisScreenEvent
Triggers when the user presses back.(Screen API only)
- cancel() - function in net.gini.android.capture.util.CancellationToken
- cancel() - function in net.gini.android.capture.util.NoOpCancellationToken
- cancelAll() - function in net.gini.android.capture.internal.network.NetworkRequestsManager
- cancelDragAndDrop() - function in android.view.View
- CancellationToken - class in net.gini.android.capture.util
- Used to allow requesting cancellation of asynchronous tasks.
- cancelled() - function in net.gini.android.capture.network.GiniCaptureNetworkCallback
- Called when the network call has been cancelled.
- cancelLongPress() - function in android.view.View
- cancelLongPress() - function in android.widget.TextView
- cancelPendingInputEvents() - function in android.view.View
- canChooseFiles(Context) - function in net.gini.android.capture.internal.fileimport.FileChooserActivity
- canDropOver(RecyclerView,RecyclerView.ViewHolder,RecyclerView.ViewHolder) - function in androidx.recyclerview.widget.ItemTouchHelper.Callback
- canResolveLayoutDirection() - function in android.view.View
- canResolveTextAlignment() - function in android.view.View
- canResolveTextDirection() - function in android.view.View
- canScrollHorizontally(int) - function in android.view.View
- canScrollHorizontally(int) - function in com.ortiz.touch.TouchImageView
- canScrollHorizontallyFroyo(int) - function in com.ortiz.touch.TouchImageView
- canScrollVertically(int) - function in android.view.View
- CENTER_INSIDE - enum entry in net.gini.android.capture.internal.camera.view.CameraPreviewSurface.ScaleType
- CENTER_INSIDE - enum entry in net.gini.android.capture.internal.camera.view.CameraXPreviewContainer.ScaleType
- CENTER_RESIZE - enum entry in net.gini.android.capture.internal.camera.view.CameraPreviewSurface.ScaleType
- CENTER_RESIZE - enum entry in net.gini.android.capture.internal.camera.view.CameraXPreviewContainer.ScaleType
- check() - function in net.gini.android.capture.requirements.CameraResolutionRequirement
- checkAvailability(QRCodeDetectorTask.Callback) - function in net.gini.android.capture.internal.qrcode.QRCodeDetectorTask
- checkAvailability(QRCodeDetectorTask.Callback) - function in net.gini.android.capture.internal.qrcode.QRCodeDetectorTaskMLKit
- checkCallingOrSelfPermission(String) - function in android.content.ContextWrapper
- checkCallingOrSelfPermission(String) - function in android.content.ContextWrapper
- checkCallingOrSelfUriPermission(Uri,int) - function in android.content.ContextWrapper
- checkCallingOrSelfUriPermission(Uri,Integer) - function in android.content.ContextWrapper
- checkCallingOrSelfUriPermissions(List,int) - function in android.content.ContextWrapper
- checkCallingOrSelfUriPermissions(List,Integer) - function in android.content.ContextWrapper
- checkCallingPermission(String) - function in android.content.ContextWrapper
- checkCallingPermission(String) - function in android.content.ContextWrapper
- checkCallingUriPermission(Uri,int) - function in android.content.ContextWrapper
- checkCallingUriPermission(Uri,Integer) - function in android.content.ContextWrapper
- checkCallingUriPermissions(List,int) - function in android.content.ContextWrapper
- checkCallingUriPermissions(List,Integer) - function in android.content.ContextWrapper
- checkInputConnectionProxy(View) - function in android.view.View
- checkPermission(String,int,int) - function in android.content.ContextWrapper
- checkPermission(String,Integer,Integer) - function in android.content.ContextWrapper
- checkRequirements(Context) - function in net.gini.android.capture.requirements.GiniCaptureRequirements
- Checks the device's hardware capabilities.
- checkSelfPermission(String) - function in android.content.ContextWrapper
- checkSelfPermission(String) - function in android.content.ContextWrapper
- checkUriPermission(Uri,int,int,int) - function in android.content.ContextWrapper
- checkUriPermission(Uri,Integer,Integer,Integer) - function in android.content.ContextWrapper
- checkUriPermission(Uri,String,String,Integer,Integer,Integer) - function in android.content.ContextWrapper
- checkUriPermissions(List,int,int,int) - function in android.content.ContextWrapper
- checkUriPermissions(List,Integer,Integer,Integer) - function in android.content.ContextWrapper
- childDrawableStateChanged(View) - function in android.view.ViewGroup
- childHasTransientStateChanged(View,boolean) - function in android.view.ViewGroup
- chooseDropTarget(RecyclerView.ViewHolder,List,int,int) - function in androidx.recyclerview.widget.ItemTouchHelper.Callback
- cleanup(Context) - function in net.gini.android.capture.GiniCapture
- Destroys the GiniCapture instance and frees up used resources.
- cleanup() - function in net.gini.android.capture.internal.network.NetworkRequestsManager
- cleanup() - function in net.gini.android.capture.network.GiniCaptureNetworkService
- Called when the Gini Capture SDK is not needed anymore and the cleanup method has been called.
- clear() - function in net.gini.android.capture.internal.cache.MemoryCache
- clear() - function in net.gini.android.capture.internal.cache.MemoryCache
- clear() - function in net.gini.android.capture.internal.document.ImageMultiPageDocumentMemoryStore
- clear(Context) - function in net.gini.android.capture.internal.storage.ImageDiskStore
- clearAnimation() - function in android.view.View
- clearChildFocus(View) - function in android.view.ViewGroup
- clearColorFilter() - function in android.widget.ImageView
- clearComposingText() - function in android.widget.TextView
- clearDisappearingChildren() - function in android.view.ViewGroup
- clearFocus() - function in android.view.View
- clearFocus() - function in android.view.ViewGroup
- clearView(RecyclerView,RecyclerView.ViewHolder) - function in androidx.recyclerview.widget.ItemTouchHelper.Callback
- clearViewTranslationCallback() - function in android.view.View
- clearWallpaper() - function in android.content.ContextWrapper
- clearWallpaper() - function in android.content.ContextWrapper
- close() - function in net.gini.android.capture.internal.camera.api.CameraInterface
- Closes the camera.
- close() - function in net.gini.android.capture.internal.camera.api.OldCameraController
- Closes the camera.
- closeCamera() - function in net.gini.android.capture.requirements.CameraHolder
- closeCamera() - function in net.gini.android.capture.requirements.CameraXHolder
- closeContextMenu() - function in android.app.Activity
- closeContextMenu() - function in android.app.Activity
- closeOptionsMenu() - function in androidx.appcompat.app.AppCompatActivity
- closeOptionsMenu() - function in androidx.appcompat.app.AppCompatActivity
- com.ortiz.touch - package com.ortiz.touch
- combineMeasuredStates(int,int) - function in android.view.View
- compareTo(Size) - function in net.gini.android.capture.internal.util.Size
- COMPLETED - enum entry in net.gini.android.capture.review.multipage.thumbnails.ThumbnailsAdapter.UploadState
- compressBy(int) - function in net.gini.android.capture.internal.camera.photo.PhotoEdit
- compressByDefault() - function in net.gini.android.capture.internal.camera.photo.PhotoEdit
- computeScroll() - function in android.view.View
- computeScroll() - function in android.widget.TextView
- computeSystemWindowInsets(WindowInsets,Rect) - function in android.view.View
- ConditionalPages - class in net.gini.android.capture.onboarding
- Internal use only.
- containsEvent(OncePerInstallEvent) - function in net.gini.android.capture.OncePerInstallEventStore
- ContextHelper - class in net.gini.android.capture.internal.util
- Internal use only.
- convertToAbsoluteDirection(int,int) - function in androidx.recyclerview.widget.ItemTouchHelper.Callback
- convertToRelativeDirection(int,int) - function in androidx.recyclerview.widget.ItemTouchHelper.Callback
- create() - function in net.gini.android.capture.internal.ui.AlertDialogFragment.Builder
- createAccessibilityNodeInfo() - function in android.view.View
- createAttributionContext(String) - function in android.content.ContextWrapper
- createAttributionContext(String) - function in android.content.ContextWrapper
- createConfigurationContext(Configuration) - function in android.content.ContextWrapper
- createConfigurationContext(Configuration) - function in android.content.ContextWrapper
- createContext(ContextParams) - function in android.content.ContextWrapper
- createContext(ContextParams) - function in android.content.ContextWrapper
- createContextForSplit(String) - function in android.content.ContextWrapper
- createContextForSplit(String) - function in android.content.ContextWrapper
- createContextMenu(ContextMenu) - function in android.view.View
- createDeviceProtectedStorageContext() - function in android.content.ContextWrapper
- createDeviceProtectedStorageContext() - function in android.content.ContextWrapper
- createDisplayContext(Display) - function in android.content.ContextWrapper
- createDisplayContext(Display) - function in android.content.ContextWrapper
- createDocumentForImportedFile(Intent,Context) - function in net.gini.android.capture.GiniCapture
- Component API When your application receives a file from another application you can use this method to create a Document for launching the Gini Capture SDK's Review Fragment or Analysis Fragment.
- createDocumentForImportedFile(Intent,Context) - function in net.gini.android.capture.GiniCaptureFileImport
- Component API When your application receives a file from another application you can use this method to create a Document for launching the Gini Capture SDK's Review Fragment or Analysis Fragment.
- createDocumentForImportedFiles(Intent,Context,AsyncCallback) - function in net.gini.android.capture.GiniCapture
- Component API If you have enabled the multi-page feature and your application receives one or multiple files from another application you can use this method to create a Document for launching the Gini Capture SDK's MultiPageReviewFragment or the Analysis Fragment.
- createInstance(Context) - function in net.gini.android.capture.GiniCaptureCoordinator
- Factory method to create and configure a GiniCaptureCoordinator instance.
- createInstance(Document,String) - function in net.gini.android.capture.analysis.AnalysisFragmentCompat
- Factory method for creating a new instance of the Fragment using the provided document.
- createInstance() - function in net.gini.android.capture.camera.CameraFragmentCompat
- createInstance(Document) - function in net.gini.android.capture.noresults.NoResultsFragmentCompat
- Factory method for creating a new instance of the Fragment.
- createInstance(ArrayList) - function in net.gini.android.capture.onboarding.OnboardingFragmentCompat
- Factory method for creating a new instance of the Fragment using the provided list of onboarding pages.
- createInstance(OnboardingPage) - function in net.gini.android.capture.onboarding.OnboardingPageFragmentCompat
- createInstance(Document) - function in net.gini.android.capture.review.ReviewFragmentCompat
- Factory method for creating a new instance of the Fragment using the provided document.
- createInstance() - function in net.gini.android.capture.review.multipage.MultiPageReviewFragment
- createInstance(ImageDocument,String,PreviewFragment.ErrorButtonAction) - function in net.gini.android.capture.review.multipage.previews.PreviewFragment
- createInstanceWithoutEmptyLastPage() - function in net.gini.android.capture.onboarding.OnboardingFragmentCompat
- Factory method for creating a new instance of the Fragment without appending an empty page to the default pages.
- createInstanceWithoutEmptyLastPage(ArrayList) - function in net.gini.android.capture.onboarding.OnboardingFragmentCompat
- Factory method for creating a new instance of the Fragment using the provided list of onboarding pages.
- createIntent(Context) - function in net.gini.android.capture.internal.fileimport.FileChooserActivity
- createIntent(Context) - function in net.gini.android.capture.review.multipage.MultiPageReviewActivity
- createIntentForImportedFile(Intent,Context,Class,Class) - function in net.gini.android.capture.GiniCapture
- Screen API When your application receives a file from another application you can use this method to create an Intent for launching the Gini Capture SDK.
- createIntentForImportedFile(Intent,Context,Class,Class) - function in net.gini.android.capture.GiniCaptureFileImport
- Screen API When your application receives a file from another application you can use this method to create an Intent for launching the Gini Capture SDK.
- createIntentForImportedFiles(Intent,Context,AsyncCallback) - function in net.gini.android.capture.GiniCapture
- Screen API If you have enabled the multi-page feature and your application receives one or multiple files from another application you can use this method to create an Intent for launching the Gini Capture SDK.
- createPackageContext(String,int) - function in android.content.ContextWrapper
- createPackageContext(String,Integer) - function in android.content.ContextWrapper
- createPendingResult(int,Intent,int) - function in android.app.Activity
- createPendingResult(Integer,Intent,Integer) - function in android.app.Activity
- createViewHolder(ViewGroup,int) - function in androidx.recyclerview.widget.RecyclerView.Adapter
- createWindowContext(Display,Integer,Bundle) - function in android.content.ContextWrapper
- createWindowContext(int,Bundle) - function in android.content.ContextWrapper
- createWindowContext(Integer,Bundle) - function in android.content.ContextWrapper
- CustomFontButton - class in net.gini.android.capture.internal.ui
- Internal use only.
- CustomFontTextView - class in net.gini.android.capture.internal.ui
- Internal use only.