-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PopUpConfig implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final StringchooserTitleprivate final IntegerlayoutIdprivate final PopUpTypemPopUpTypeprivate final IntegermOrientation
-
Constructor Summary
Constructors Constructor Description PopUpConfig(String chooserTitle, Integer layoutId, PopUpType mPopUpType, Integer mOrientation)
-
Method Summary
Modifier and Type Method Description final StringgetChooserTitle()final IntegergetLayoutId()final PopUpTypegetMPopUpType()final IntegergetMOrientation()-
-
Method Detail
-
getChooserTitle
final String getChooserTitle()
-
getLayoutId
final Integer getLayoutId()
-
getMPopUpType
final PopUpType getMPopUpType()
-
getMOrientation
final Integer getMOrientation()
-
-
-
-