HelpItem

public class HelpItem

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

Types

Custom
Link copied to clipboard
public final class Custom extends HelpItem
Shows a custom help item with the given title and starts an activity with the given intent when clicked.
FileImportGuide
Link copied to clipboard
public class FileImportGuide extends HelpItem
Shows a guide for importing files from other apps via "open with".
PhotoTips
Link copied to clipboard
public class PhotoTips extends HelpItem
Shows tips for taking better pictures.
SupportedFormats
Link copied to clipboard
public class SupportedFormats extends HelpItem
Shows information about the document formats supported by the Gini Capture SDK.

Functions

getActivityClass
Link copied to clipboard
final Class<? extends ActivitygetActivityClass()
getTitle
Link copied to clipboard
final Integer getTitle()

Properties

activityClass
Link copied to clipboard
private final Class<? extends ActivityactivityClass
title
Link copied to clipboard
private final Integer title

Inheritors

HelpItem
Link copied to clipboard
HelpItem
Link copied to clipboard
HelpItem
Link copied to clipboard
HelpItem
Link copied to clipboard