-
@Serializable() public final class PLYEventProperties
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PLYEventProperties(String sdkVersion, String eventName, Long eventCreatedAtMs, String eventCreatedAt, String displayedPresentation, Boolean isFallbackPresentation, PLYPresentationType presentationType, String placementId, String audienceId, String userId, String anonymousUserId, List<PLYEventPropertyPlan> purchasablePlans, String deeplinkIdentifier, String sourceIdentifier, String selectedPlan, String previousSelectedPlan, String selectedPresentation, String previousSelectedPresentation, String linkIdentifier, List<PLYEventPropertyCarousel> carousels, String language, String device, String osVersion, String type, String errorMessage, String cancellationReasonId, String cancellationReason, String plan, String promoOffer, String selectedProduct, String planChangeType, List<PLYEventPropertySubscription> runningSubscriptions, String contentId, Long sessionDuration, Integer sessionCount, String appInstalledAt, Long appInstalledAtMs, Long screenDuration, String screenDisplayedAt, Long screenDisplayedAtMs, String abTestId, String abTestVariantId, Long paywallRequestDurationInMs, Map<String, Long> networkInformation)
-
Method Summary
-
-
Constructor Detail
-
PLYEventProperties
PLYEventProperties(String sdkVersion, String eventName, Long eventCreatedAtMs, String eventCreatedAt, String displayedPresentation, Boolean isFallbackPresentation, PLYPresentationType presentationType, String placementId, String audienceId, String userId, String anonymousUserId, List<PLYEventPropertyPlan> purchasablePlans, String deeplinkIdentifier, String sourceIdentifier, String selectedPlan, String previousSelectedPlan, String selectedPresentation, String previousSelectedPresentation, String linkIdentifier, List<PLYEventPropertyCarousel> carousels, String language, String device, String osVersion, String type, String errorMessage, String cancellationReasonId, String cancellationReason, String plan, String promoOffer, String selectedProduct, String planChangeType, List<PLYEventPropertySubscription> runningSubscriptions, String contentId, Long sessionDuration, Integer sessionCount, String appInstalledAt, Long appInstalledAtMs, Long screenDuration, String screenDisplayedAt, Long screenDisplayedAtMs, String abTestId, String abTestVariantId, Long paywallRequestDurationInMs, Map<String, Long> networkInformation)
-
-
Method Detail
-
getSdkVersion
final String getSdkVersion()
-
getEventName
final String getEventName()
-
getEventCreatedAtMs
final Long getEventCreatedAtMs()
-
getEventCreatedAt
final String getEventCreatedAt()
-
getDisplayedPresentation
final String getDisplayedPresentation()
-
getIsFallbackPresentation
final Boolean getIsFallbackPresentation()
-
getPresentationType
final PLYPresentationType getPresentationType()
-
getPlacementId
final String getPlacementId()
-
getAudienceId
final String getAudienceId()
-
getAnonymousUserId
final String getAnonymousUserId()
-
getPurchasablePlans
final List<PLYEventPropertyPlan> getPurchasablePlans()
-
getDeeplinkIdentifier
final String getDeeplinkIdentifier()
-
getSourceIdentifier
final String getSourceIdentifier()
-
getSelectedPlan
final String getSelectedPlan()
-
getPreviousSelectedPlan
final String getPreviousSelectedPlan()
-
getSelectedPresentation
final String getSelectedPresentation()
-
getPreviousSelectedPresentation
final String getPreviousSelectedPresentation()
-
getLinkIdentifier
final String getLinkIdentifier()
-
getCarousels
final List<PLYEventPropertyCarousel> getCarousels()
-
getLanguage
final String getLanguage()
-
getOsVersion
final String getOsVersion()
-
getErrorMessage
final String getErrorMessage()
-
getCancellationReasonId
final String getCancellationReasonId()
-
getCancellationReason
final String getCancellationReason()
-
getPromoOffer
final String getPromoOffer()
-
getSelectedProduct
final String getSelectedProduct()
-
getPlanChangeType
final String getPlanChangeType()
-
getRunningSubscriptions
final List<PLYEventPropertySubscription> getRunningSubscriptions()
-
getContentId
final String getContentId()
-
getSessionDuration
final Long getSessionDuration()
-
getSessionCount
final Integer getSessionCount()
-
getAppInstalledAt
final String getAppInstalledAt()
-
getAppInstalledAtMs
final Long getAppInstalledAtMs()
-
getScreenDuration
final Long getScreenDuration()
-
getScreenDisplayedAt
final String getScreenDisplayedAt()
-
getScreenDisplayedAtMs
final Long getScreenDisplayedAtMs()
-
getAbTestId
final String getAbTestId()
-
getAbTestVariantId
final String getAbTestVariantId()
-
getPaywallRequestDurationInMs
final Long getPaywallRequestDurationInMs()
-
getNetworkInformation
final Map<String, Long> getNetworkInformation()
-
-
-
-