-
- All Implemented Interfaces:
public final class HelpItem.Custom extends HelpItem
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 IntegercustomTitleprivate final Intentintentprivate final Integertitleprivate final Class<out Activity>activityClass
-
Constructor Summary
Constructors Constructor Description HelpItem.Custom(Integer customTitle, Intent intent)
-
Method Summary
Modifier and Type Method Description final IntegergetCustomTitle()final IntentgetIntent()final IntegergetTitle()final Class<out Activity>getActivityClass()
-