public interface

Survey

implements Parcelable Serializable
com.glia.androidsdk.engagement.Survey

Class Overview

Survey is used to get feedback from the visitor for performance measurement and improvements.

Summary

Nested Classes
interface Survey.Answer Describes the answer to a Survey.Question
interface Survey.Question Survey question details. 
enum Survey.SurveyType Defines the possible types of the survey. 
[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
abstract String getDescription()
abstract String getEngagementId()
abstract String getId()
abstract String getName()
abstract List<Survey.Question> getQuestions()
abstract String getSiteId()
abstract String getTitle()
abstract Survey.SurveyType getType()
[Expand]
Inherited Methods
From interface android.os.Parcelable

Public Methods

public abstract String getDescription ()

Returns
  • survey description.

public abstract String getEngagementId ()

Returns
  • the ID of the engagement the survey belongs to.

public abstract String getId ()

Returns
  • survey ID.

public abstract String getName ()

Returns
  • survey name.

public abstract List<Survey.Question> getQuestions ()

Returns
  • the questions attached to the given survey.
See Also

public abstract String getSiteId ()

Returns
  • the ID of the site the survey belongs to.

public abstract String getTitle ()

Returns
  • survey title.

public abstract Survey.SurveyType getType ()

Returns
  • the type of the survey.