public static interface

Survey.Question.Option

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

Class Overview

Options for the question with type SINGLE_CHOICE.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Methods
abstract String getId()
abstract String getLabel()
abstract int getPosition()
abstract boolean isDefault()
[Expand]
Inherited Methods
From interface android.os.Parcelable

Public Methods

public abstract String getId ()

Returns
  • ID of the option.

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.