public class FeedbackOptions
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
FeedbackOptions.Builder |
static interface |
FeedbackOptions.Callback |
static interface |
FeedbackOptions.FeedbackInterceptor |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBrowserUrl() |
java.lang.String |
getDefaultFeedbackText() |
FeedbackOptions.Callback |
getFeedbackCallback() |
java.util.List<FeedbackFormField> |
getFeedbackFormFields() |
FeedbackOptions.FeedbackInterceptor |
getFeedbackInterceptor() |
boolean |
isEmailFieldVisible() |
boolean |
isEmailMandatory() |
boolean |
isTakeRecordingButtonVisible() |
boolean |
isTakeScreenshotButtonVisible() |
public boolean isEmailFieldVisible()
public boolean isEmailMandatory()
public boolean isTakeScreenshotButtonVisible()
public boolean isTakeRecordingButtonVisible()
public FeedbackOptions.Callback getFeedbackCallback()
public java.lang.String getBrowserUrl()
public java.lang.String getDefaultFeedbackText()
public FeedbackOptions.FeedbackInterceptor getFeedbackInterceptor()
public java.util.List<FeedbackFormField> getFeedbackFormFields()