-
@Serializable() public final class PLYEventProperties
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PLYEventProperties(String sdkVersion, String eventName, Long eventCreatedAtMsOriginal, String eventCreatedAtOriginal, Long eventCreatedAtMs, String eventCreatedAt, String displayedPresentation, String internalPresentationId, Boolean isFallbackPresentation, PLYPresentationType presentationType, String placementId, String internalPlacementId, String audienceId, String internalAudienceId, String userId, String anonymousUserId, List<PLYEventPropertyPlan> purchasablePlans, String deeplinkIdentifier, String sourceIdentifier, String selectedPlan, String orientation, 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, String sessionId, Long sessionDuration, Integer sessionCount, String appInstalledAt, Long appInstalledAtMs, Long screenDuration, String screenDisplayedAt, Long screenDisplayedAtMs, String abTestId, String internalAbTestId, String abTestVariantId, String internalAbTestVariantId, Long paywallRequestDurationInMs, Map<String, Long> networkInformation, String selectedOptionId, List<String> selectedOptions, List<String> displayedOptions, Boolean isSdkStarted, String sdkStartError, Long sdkStartDurationInMs, String campaignId, String internalCampaignId, String flowId, String flowStepId, String displayMode, String flowVersion, String fromActionId, String fromStepId, String flowSessionId)
-
Method Summary
-
-
Constructor Detail
-
PLYEventProperties
PLYEventProperties(String sdkVersion, String eventName, Long eventCreatedAtMsOriginal, String eventCreatedAtOriginal, Long eventCreatedAtMs, String eventCreatedAt, String displayedPresentation, String internalPresentationId, Boolean isFallbackPresentation, PLYPresentationType presentationType, String placementId, String internalPlacementId, String audienceId, String internalAudienceId, String userId, String anonymousUserId, List<PLYEventPropertyPlan> purchasablePlans, String deeplinkIdentifier, String sourceIdentifier, String selectedPlan, String orientation, 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, String sessionId, Long sessionDuration, Integer sessionCount, String appInstalledAt, Long appInstalledAtMs, Long screenDuration, String screenDisplayedAt, Long screenDisplayedAtMs, String abTestId, String internalAbTestId, String abTestVariantId, String internalAbTestVariantId, Long paywallRequestDurationInMs, Map<String, Long> networkInformation, String selectedOptionId, List<String> selectedOptions, List<String> displayedOptions, Boolean isSdkStarted, String sdkStartError, Long sdkStartDurationInMs, String campaignId, String internalCampaignId, String flowId, String flowStepId, String displayMode, String flowVersion, String fromActionId, String fromStepId, String flowSessionId)
-
-
Method Detail
-
getSdkVersion
final String getSdkVersion()
-
getEventName
final String getEventName()
-
getEventCreatedAtMsOriginal
final Long getEventCreatedAtMsOriginal()
-
getEventCreatedAtOriginal
final String getEventCreatedAtOriginal()
-
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()
-
getOrientation
final String getOrientation()
-
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()
-
getSessionId
final String getSessionId()
-
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()
-
getSelectedOptionId
final String getSelectedOptionId()
-
getSelectedOptions
final List<String> getSelectedOptions()
-
getDisplayedOptions
final List<String> getDisplayedOptions()
-
getIsSdkStarted
final Boolean getIsSdkStarted()
-
getSdkStartError
final String getSdkStartError()
-
getSdkStartDurationInMs
final Long getSdkStartDurationInMs()
-
getCampaignId
final String getCampaignId()
-
getFlowStepId
final String getFlowStepId()
-
getDisplayMode
final String getDisplayMode()
-
getFlowVersion
final String getFlowVersion()
-
getFromActionId
final String getFromActionId()
-
getFromStepId
final String getFromStepId()
-
getFlowSessionId
final String getFlowSessionId()
-
-
-
-