-
public class PLYEvent.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private PLYPresentationpresentationprivate BooleanfromDeeplinkprivate StringcontentIdprivate final List<PLYEventPropertyCarousel>carouselspublic final static PLYEvent.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final PLYEventPropertiesdefaultProperties(PLYEvent event)final PLYEventPropertiesdefaultPaymentProperties(PLYEvent event)final PLYEventPropertiesdefaultPaywallProperties(PLYEvent event)final UnitclearPlans()final UnitaddPlan(String vendorId, String offerId, Boolean isDefault)final UnitsetDiscountPriceReferentToPlan(PLYPlan plan, PLYPlan referent, Double price)final UnitsetDiscountPercentageReferentToPlan(PLYPlan plan, PLYPlan referent, String percentage)final PLYPresentationgetPresentation()final UnitsetPresentation(PLYPresentation presentation)final BooleangetFromDeeplink()final UnitsetFromDeeplink(Boolean fromDeeplink)final StringgetContentId()final UnitsetContentId(String contentId)final List<PLYEventPropertyCarousel>getCarousels()-
-
Method Detail
-
defaultProperties
final PLYEventProperties defaultProperties(PLYEvent event)
-
defaultPaymentProperties
final PLYEventProperties defaultPaymentProperties(PLYEvent event)
-
defaultPaywallProperties
final PLYEventProperties defaultPaywallProperties(PLYEvent event)
-
clearPlans
final Unit clearPlans()
-
setDiscountPriceReferentToPlan
final Unit setDiscountPriceReferentToPlan(PLYPlan plan, PLYPlan referent, Double price)
-
setDiscountPercentageReferentToPlan
final Unit setDiscountPercentageReferentToPlan(PLYPlan plan, PLYPlan referent, String percentage)
-
getPresentation
final PLYPresentation getPresentation()
-
setPresentation
final Unit setPresentation(PLYPresentation presentation)
-
getFromDeeplink
final Boolean getFromDeeplink()
-
setFromDeeplink
final Unit setFromDeeplink(Boolean fromDeeplink)
-
getContentId
final String getContentId()
-
setContentId
final Unit setContentId(String contentId)
-
getCarousels
final List<PLYEventPropertyCarousel> getCarousels()
-
-
-
-