-
public class HelpItemThis sealed class declares the items which can be shown in the Help Screen.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classHelpItem.PhotoTipsShows tips for taking better pictures.
Item label customizable by overriding the string resource named {@code gc_help_item_photo_tips_title}
public classHelpItem.FileImportShows a guide for importing files from other apps via "open with".
Item label customizable by overriding the string resource named {@code gc_help_item_file_import_guide_title}
public classHelpItem.SupportedFormatsShows information about the document formats supported by the Gini Capture SDK.
Item label customizable by overriding the string resource named {@code gc_help_item_supported_formats_title}
public final classHelpItem.CustomShows a custom help item with the given title and starts an activity with the given intent when clicked.
-