PaywallInfo

constructor(databaseId: String, identifier: String, name: String, url: PaywallURL, experiment: Experiment?, products: List<ProductItem>, productIds: List<String>, presentedByEventWithName: String?, presentedByEventWithId: String?, presentedByEventAt: String?, presentedBy: String, presentationSourceType: String?, responseLoadStartTime: String?, responseLoadCompleteTime: String?, responseLoadFailTime: String?, responseLoadDuration: Double?, webViewLoadStartTime: String?, webViewLoadCompleteTime: String?, webViewLoadFailTime: String?, webViewLoadDuration: Double?, productsLoadStartTime: String?, productsLoadCompleteTime: String?, productsLoadFailTime: String?, shimmerLoadStartTime: String?, shimmerLoadCompleteTime: String?, productsLoadDuration: Double?, paywalljsVersion: String?, isFreeTrialAvailable: Boolean, featureGatingBehavior: FeatureGatingBehavior, closeReason: PaywallCloseReason, localNotifications: List<LocalNotification>, computedPropertyRequests: List<ComputedPropertyRequest>, surveys: List<Survey>, presentation: PaywallPresentationInfo, buildId: String, cacheKey: String, isScrollEnabled: Boolean, state: Map<String, Any> = emptyMap())(source)
constructor(databaseId: String, identifier: String, name: String, url: PaywallURL, products: List<ProductItem>, productIds: List<String>, eventData: EventData?, responseLoadStartTime: Date?, responseLoadCompleteTime: Date?, responseLoadFailTime: Date?, webViewLoadStartTime: Date?, webViewLoadCompleteTime: Date?, webViewLoadFailTime: Date?, productsLoadStartTime: Date?, productsLoadFailTime: Date?, productsLoadCompleteTime: Date?, shimmerLoadStartTime: Date?, shimmerLoadCompleteTime: Date?, experiment: Experiment? = null, paywalljsVersion: String? = null, isFreeTrialAvailable: Boolean, presentationSourceType: String? = null, featureGatingBehavior: FeatureGatingBehavior = FeatureGatingBehavior.NonGated, localNotifications: List<LocalNotification>, computedPropertyRequests: List<ComputedPropertyRequest>, closeReason: PaywallCloseReason, surveys: List<Survey>, presentation: PaywallPresentationInfo, buildId: String, cacheKey: String, isScrollEnabled: Boolean, state: Map<String, Any> = emptyMap())(source)