Class FormReplyContext


@API(status=STABLE) public class FormReplyContext extends ActivityContext<V4SymphonyElementsAction>
Default implementation of the ActivityContext handled by the FormReplyActivity.
  • Constructor Details

    • FormReplyContext

      public FormReplyContext(V4Initiator initiator, V4SymphonyElementsAction eventSource)
      Default constructor matching super.
      Parameters:
      initiator - Activity initiator.
      eventSource - Event source of the activity.
  • Method Details

    • getFormValue

      @API(status=STABLE) @Nullable public String getFormValue(String fieldName)
      Get the value of specified form field
      Parameters:
      fieldName - the form field name
      Returns:
      the form field value. If the form reply does not contain the specified field, it returns null