-
@Serializable() public final class PLYConfiguration
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PLYConfiguration(Integer receiptStatusPollingFrequency, Long receiptValidationTimeout, PLYPlanUpdatePolicy policyDowngrade, PLYPlanUpdatePolicy policyEqgrade, PLYPlanUpdatePolicy policyUpgrade, Boolean displayPoweredByPurchasely, Boolean promoCodesEnabled, List<String> trackedEvents, List<String> highPriorityEvents, Double requestLimitationThreshold, Boolean autoImport, Integer autoImportRetryCount, Long autoImportRetryTimeThreshold, List<String> regionalLanguages, Long userSubscriptionsCacheTTL, Boolean userSubscriptionAutoFetchActivated, Long eventsBatchFrequency, Integer eventsBatchMaxSize, Integer offeringMaxNumber, List<PLYFont> fonts, Long eventsTimeDriftTolerance, List<PLYTrigger> triggers, List<PLYCampaign> campaigns, List<String> userAttributesTrackedEvents, List<PLYAsset> assetsToPrefetch)
-
Method Summary
-
-
Constructor Detail
-
PLYConfiguration
PLYConfiguration(Integer receiptStatusPollingFrequency, Long receiptValidationTimeout, PLYPlanUpdatePolicy policyDowngrade, PLYPlanUpdatePolicy policyEqgrade, PLYPlanUpdatePolicy policyUpgrade, Boolean displayPoweredByPurchasely, Boolean promoCodesEnabled, List<String> trackedEvents, List<String> highPriorityEvents, Double requestLimitationThreshold, Boolean autoImport, Integer autoImportRetryCount, Long autoImportRetryTimeThreshold, List<String> regionalLanguages, Long userSubscriptionsCacheTTL, Boolean userSubscriptionAutoFetchActivated, Long eventsBatchFrequency, Integer eventsBatchMaxSize, Integer offeringMaxNumber, List<PLYFont> fonts, Long eventsTimeDriftTolerance, List<PLYTrigger> triggers, List<PLYCampaign> campaigns, List<String> userAttributesTrackedEvents, List<PLYAsset> assetsToPrefetch)
-
-
Method Detail
-
getReceiptStatusPollingFrequency
final Integer getReceiptStatusPollingFrequency()
-
getReceiptValidationTimeout
final Long getReceiptValidationTimeout()
-
getPolicyDowngrade
final PLYPlanUpdatePolicy getPolicyDowngrade()
-
getPolicyEqgrade
final PLYPlanUpdatePolicy getPolicyEqgrade()
-
getPolicyUpgrade
final PLYPlanUpdatePolicy getPolicyUpgrade()
-
getDisplayPoweredByPurchasely
final Boolean getDisplayPoweredByPurchasely()
-
getPromoCodesEnabled
final Boolean getPromoCodesEnabled()
-
getTrackedEvents
final List<String> getTrackedEvents()
-
getHighPriorityEvents
final List<String> getHighPriorityEvents()
-
getRequestLimitationThreshold
final Double getRequestLimitationThreshold()
-
getAutoImport
final Boolean getAutoImport()
-
getAutoImportRetryCount
final Integer getAutoImportRetryCount()
-
getAutoImportRetryTimeThreshold
final Long getAutoImportRetryTimeThreshold()
-
getRegionalLanguages
final List<String> getRegionalLanguages()
-
getUserSubscriptionsCacheTTL
final Long getUserSubscriptionsCacheTTL()
-
getUserSubscriptionAutoFetchActivated
final Boolean getUserSubscriptionAutoFetchActivated()
-
getEventsBatchFrequency
final Long getEventsBatchFrequency()
-
getEventsBatchMaxSize
final Integer getEventsBatchMaxSize()
-
getOfferingMaxNumber
final Integer getOfferingMaxNumber()
-
getEventsTimeDriftTolerance
final Long getEventsTimeDriftTolerance()
-
getTriggers
final List<PLYTrigger> getTriggers()
-
getCampaigns
final List<PLYCampaign> getCampaigns()
-
getUserAttributesTrackedEvents
final List<String> getUserAttributesTrackedEvents()
-
getAssetsToPrefetch
final List<PLYAsset> getAssetsToPrefetch()
-
-
-
-