Closed yusuftor closed 1 month ago
register(event:)
register(placement:)
preloadPaywalls(forEvents:)
preloadPaywalls(forPlacements:)
getPaywall(forEvent:)
getPaywall(forPlacement:)
getPresentationResult(forEvent:)
getPresentationResult(forPlacement:)
event
placement
TriggerResult
eventNotFound
placementNotFound
PresentationResult
PaywallSkippedReason
noRuleMatch
noAudienceMatch
CHANGELOG.md
swiftlint
Changes in this pull request
register(event:)
toregister(placement:)
.preloadPaywalls(forEvents:)
topreloadPaywalls(forPlacements:)
.getPaywall(forEvent:)
togetPaywall(forPlacement:)
.getPresentationResult(forEvent:)
togetPresentationResult(forPlacement:)
.event
toplacement
.TriggerResult
eventNotFound
case toplacementNotFound
.PresentationResult
andPaywallSkippedReason
noRuleMatch
case tonoAudienceMatch
.Checklist
CHANGELOG.md
for any breaking changes, enhancements, or bug fixes.swiftlint
in the main directory and fixed any issues.