public class

FAQSectionFlow

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

Class Overview

Use this to define a FAQ section flow for dynamic forms.

Summary

Public Constructors
FAQSectionFlow(int labelResId, String sectionPublishId)
Constructor to specify a FAQ Section flow with label string resource id and section publish id.
FAQSectionFlow(int labelResId, String sectionPublishId, Map config)
Constructor to specify a FAQ Section flow with label string resource id, section publish id and config.
FAQSectionFlow(String label, String sectionPublishId)
Constructor to specify a FAQ Section flow with label string and section publish id.
FAQSectionFlow(String label, String sectionPublishId, Map config)
Constructor to specify a FAQ Section flow with label string, section publish id 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 FAQSectionFlow (int labelResId, String sectionPublishId)

Constructor to specify a FAQ Section flow with label string resource id and section publish id.

Parameters
labelResId String resource id for flow label.
sectionPublishId Section publish id.

public FAQSectionFlow (int labelResId, String sectionPublishId, Map config)

Constructor to specify a FAQ Section flow with label string resource id, section publish id and config.

Parameters
labelResId String resource id for flow label.
sectionPublishId Section publish id.
config Extra config.

public FAQSectionFlow (String label, String sectionPublishId)

Constructor to specify a FAQ Section flow with label string and section publish id.

Parameters
label String for flow label.
sectionPublishId Section publish id.

public FAQSectionFlow (String label, String sectionPublishId, Map config)

Constructor to specify a FAQ Section flow with label string, section publish id and config.

Parameters
label String for flow label.
sectionPublishId Section publish id.
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.