Package com.incode.welcome_sdk.modules
Class DynamicForms.Screen
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class DynamicForms.Screen extends BaseModule implements Parcelable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
DynamicForms.Screen.Question
-
Constructor Summary
Constructors Constructor Description DynamicForms.Screen(String title, Boolean hideTitle, List<DynamicForms.Screen.Question> questions)
-
Method Summary
Modifier and Type Method Description final String
getTitle()
final Boolean
getHideTitle()
final List<DynamicForms.Screen.Question>
getQuestions()
-
Methods inherited from class com.incode.welcome_sdk.modules.BaseModule
getName, verifyConfiguration
-
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DynamicForms.Screen
DynamicForms.Screen(String title, Boolean hideTitle, List<DynamicForms.Screen.Question> questions)
-
-
Method Detail
-
getHideTitle
final Boolean getHideTitle()
-
getQuestions
final List<DynamicForms.Screen.Question> getQuestions()
-
-
-
-