-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PLYPresentationActionParameters implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final Uriurlprivate final Stringtitleprivate final PLYPlanplanprivate final PLYSubscriptionOffersubscriptionOfferprivate final PLYPromoOfferofferprivate final Stringpresentationprivate final Stringplacementprivate final BooleancloseAllprivate final PLYCloseReasoncloseReasonprivate final StringclientReferenceIdprivate final StringqueryParameterKeyprivate final PLYWebCheckoutProviderwebCheckoutProvider
-
Constructor Summary
Constructors Constructor Description PLYPresentationActionParameters(Uri url, String title, PLYPlan plan, PLYSubscriptionOffer subscriptionOffer, PLYPromoOffer offer, String presentation, String placement, Boolean closeAll, PLYCloseReason closeReason, String clientReferenceId, String queryParameterKey, PLYWebCheckoutProvider webCheckoutProvider, String flowActionId, PLYTransition flowTransition, Boolean isConditionalFlowAction)
-
Method Summary
Modifier and Type Method Description final UrigetUrl()final StringgetTitle()final PLYPlangetPlan()final PLYSubscriptionOffergetSubscriptionOffer()final PLYPromoOffergetOffer()final StringgetPresentation()final StringgetPlacement()final BooleangetCloseAll()final PLYCloseReasongetCloseReason()final StringgetClientReferenceId()final StringgetQueryParameterKey()final PLYWebCheckoutProvidergetWebCheckoutProvider()-
-
Constructor Detail
-
PLYPresentationActionParameters
PLYPresentationActionParameters(Uri url, String title, PLYPlan plan, PLYSubscriptionOffer subscriptionOffer, PLYPromoOffer offer, String presentation, String placement, Boolean closeAll, PLYCloseReason closeReason, String clientReferenceId, String queryParameterKey, PLYWebCheckoutProvider webCheckoutProvider, String flowActionId, PLYTransition flowTransition, Boolean isConditionalFlowAction)
-
-
Method Detail
-
getSubscriptionOffer
final PLYSubscriptionOffer getSubscriptionOffer()
-
getOffer
final PLYPromoOffer getOffer()
-
getPresentation
final String getPresentation()
-
getPlacement
final String getPlacement()
-
getCloseAll
final Boolean getCloseAll()
-
getCloseReason
final PLYCloseReason getCloseReason()
-
getClientReferenceId
final String getClientReferenceId()
-
getQueryParameterKey
final String getQueryParameterKey()
-
getWebCheckoutProvider
final PLYWebCheckoutProvider getWebCheckoutProvider()
-
-
-
-