public class

SingleFAQFlow

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

Class Overview

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

Summary

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

Constructor to specify a Single FAQ flow with label string resource id and question publish id.

Parameters
labelResId String resource id for flow label.
questionPublishId Question publish id.

public SingleFAQFlow (int labelResId, String questionPublishId, Map config)

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

Parameters
labelResId String resource id for flow label.
questionPublishId Question publish id.
config Extra config.

public SingleFAQFlow (String label, String questionPublishId)

Constructor to specify a Single FAQ flow with label string and question publish id.

Parameters
label String for flow label.
questionPublishId Question publish id.

public SingleFAQFlow (String label, String questionPublishId, Map config)

Constructor to specify a Single FAQ flow with label string, question publish id and config.

Parameters
label String resource id for flow label.
questionPublishId Question 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.