Interface SessionSharingConfiguration.Builder

  • Method Details

    • enabled

      Indicates whether an Q App session is shareable with other users.

      Parameters:
      enabled - Indicates whether an Q App session is shareable with other users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • acceptResponses

      SessionSharingConfiguration.Builder acceptResponses(Boolean acceptResponses)

      Indicates whether an Q App session can accept responses from users.

      Parameters:
      acceptResponses - Indicates whether an Q App session can accept responses from users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revealCards

      SessionSharingConfiguration.Builder revealCards(Boolean revealCards)

      Indicates whether collected responses for an Q App session are revealed for all users.

      Parameters:
      revealCards - Indicates whether collected responses for an Q App session are revealed for all users.
      Returns:
      Returns a reference to this object so that method calls can be chained together.