Package 

Class HelpItem


  • 
    public class HelpItem
    
                        

    This sealed class declares the items which can be shown in the Help Screen.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class HelpItem.PhotoTips

      Shows tips for taking better pictures.

      Item label customizable by overriding the string resource named {@code gc_help_item_photo_tips_title}

      public class HelpItem.FileImport

      Shows 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 class HelpItem.SupportedFormats

      Shows 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 class HelpItem.Custom

      Shows a custom help item with the given title and starts an activity with the given intent when clicked.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer title
    • Method Summary

      Modifier and Type Method Description
      final Integer getTitle()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait