-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PLYPresentationActionParameters implements Parcelable
-
-
Constructor Summary
Constructors Constructor Description PLYPresentationActionParameters(Uri url, String title, PLYPlan plan, PLYPromoOffer offer, String presentation, String placement, Boolean closeAll)
-
Method Summary
Modifier and Type Method Description final UrigetUrl()final StringgetTitle()final PLYPlangetPlan()final PLYPromoOffergetOffer()final StringgetPresentation()final StringgetPlacement()final BooleangetCloseAll()-
-
Method Detail
-
getOffer
final PLYPromoOffer getOffer()
-
getPresentation
final String getPresentation()
-
getPlacement
final String getPlacement()
-
getCloseAll
final Boolean getCloseAll()
-
-
-
-