| com.glia.androidsdk.engagement.Survey |
Class Overview
Survey is used to get feedback from the visitor
for performance measurement and improvements.
Summary
|
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
| int |
CONTENTS_FILE_DESCRIPTOR |
|
| int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
|
[Expand]
Inherited Methods |
From interface
android.os.Parcelable
|
abstract
int
|
describeContents()
|
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Public Methods
public
abstract
String
getDescription
()
public
abstract
String
getEngagementId
()
Returns
- the ID of the engagement the survey belongs to.
public
abstract
String
getId
()
public
abstract
String
getName
()
public
abstract
List<Survey.Question>
getQuestions
()
Returns
- the questions attached to the given survey.
public
abstract
String
getSiteId
()
Returns
- the ID of the site the survey belongs to.
public
abstract
String
getTitle
()