public class

FAQsFlow

extends Object
implements Flow
java.lang.Object
   ↳ com.helpshift.support.flows.FAQsFlow

Class Overview

Use this to define a FAQs flow for dynamic forms.

Summary

Public Constructors
FAQsFlow(int labelResId)
Constructor to specify a FAQs flow with label string resource id.
FAQsFlow(int labelResId, Map config)
Constructor to specify a FAQs flow with label string resource id and config.
FAQsFlow(String label)
Constructor to specify a FAQs flow with label string.
FAQsFlow(String label, Map config)
Constructor to specify a FAQs flow with label string and config.
Public Methods
String getLabel()
Implement this method to return a string which will be used as your custom flow label.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.helpshift.support.flows.Flow

Public Constructors

public FAQsFlow (int labelResId)

Constructor to specify a FAQs flow with label string resource id.

Parameters
labelResId String resource id for flow label.

public FAQsFlow (int labelResId, Map config)

Constructor to specify a FAQs flow with label string resource id and config.

Parameters
labelResId String resource id for flow label.
config Extra config.

public FAQsFlow (String label)

Constructor to specify a FAQs flow with label string.

Parameters
label String for flow label.

public FAQsFlow (String label, Map config)

Constructor to specify a FAQs flow with label string and config.

Parameters
label String for flow label.
config Extra config.

Public Methods

public String getLabel ()

Implement this method to return a string which will be used as your custom flow label.

Returns
  • String value for label.