HelpItem

public class HelpItem

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

Types

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.

Link copied to clipboard
public class FileImportGuide extends HelpItem

Shows a guide for importing files from other apps via "open with".

Link copied to clipboard
public class PhotoTips extends HelpItem

Shows tips for taking better pictures.

Link copied to clipboard
public class SupportedFormats extends HelpItem

Shows information about the document formats supported by the Gini Capture SDK.

Functions

Link copied to clipboard
public final Class<? extends Activity> getActivityClass()
Link copied to clipboard
public final Integer getTitle()

Properties

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

Inheritors

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