Skip to content

Commit 8d71c6b

Browse files
eandreeva-twrclaude
andcommitted
iOS polish
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c1358b6 commit 8d71c6b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/content/docs/version-3.0/get-pb-paywalls.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ Parameters:
106106
| **locale** | <p>optional</p><p>default: `nil`</p> | The identifier of the [paywall localization](add-paywall-locale-in-adapty-paywall-builder). Expected as a language code with one or two subtags separated by `-` (e.g., `en`, `pt-br`). See [Localizations and locale codes](localizations-and-locale-codes). |
107107
| **loadTimeout** | default: 5 sec | This value limits the timeout for this method. If the timeout is reached, cached data or local fallback will be returned. Note that in rare cases this method can timeout slightly later than specified in `loadTimeout`, since the operation may consist of different requests under the hood. |
108108
| **products** | optional | Provide an array of `AdaptyPaywallProduct` objects to optimize the display timing of products on the screen. If `nil` is passed, AdaptyUI will automatically fetch the necessary products. |
109+
| **systemRequestsHandler** | optional | An object conforming to `AdaptySystemRequestsHandler` that handles system permission and review requests triggered by flow actions. Required only if your flow includes such actions. See [Handle permission requests](ios-handle-permissions). |
110+
| **assetsResolver** | optional | A `[String: AdaptyCustomAsset]` dictionary that overrides images and videos in the paywall/flow. See [Customize assets](#customize-assets). |
111+
| **timerResolver** | optional | An object conforming to `AdaptyTimerResolver` that supplies end dates for developer-defined timers. See [Set up developer-defined timers](#set-up-developer-defined-timers). |
109112

110113
Once loaded, [present the paywall/flow](ios-present-paywalls).
111114

0 commit comments

Comments
 (0)