| com.glia.androidsdk.engagement.Survey.Question.Option |
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
getId
()
public
abstract
String
getLabel
()
Returns
- the text displayed to user as an option label.
public
abstract
int
getPosition
()
Returns
- the position of the option in the list.
public
abstract
boolean
isDefault
()
Returns
true if the single choice answer is selected by default.