Skip to content

Commit e4a792e

Browse files
committed
Merge branch 'ADP-5877-NEW' into develop
2 parents 3cd707a + 8d71c6b commit e4a792e

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)