Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[SDK-3556] Add rate limiting note for requestContentCardsRefresh (iOS, Android, Web)" #5301

Merged
merged 1 commit into from
Apr 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,4 @@ Braze.getInstance(context).requestContentCardsRefresh(false)

Refer to our [corresponding KDoc][1] for more information on this method.

{% alert important %}
Usage of `requestContentCardsRefresh` may be rate limited under certain conditions. For more details around this, contact your Customer Success Manager or Account Team. To reduce the risk of rate-limiting, limit your usage of `requestContentCardsRefresh` to 3 calls per 10 minutes.
{% endalert %}

[1]: https://braze-inc.github.io/braze-android-sdk/kdoc/braze-android-sdk/com.braze/-i-braze/request-content-cards-refresh.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,3 @@ Appboy.sharedInstance()?.requestContentCardsRefresh()
{% endtabs %}

For more information, see the `Appboy.h` [header file](https://github.com/Appboy/appboy-ios-sdk/blob/master/AppboyKit/include/Appboy.h).

{% alert important %}
Usage of `requestContentCardsRefresh` may be rate limited under certain conditions. For more details around this, contact your Customer Success Manager or Account Team. To reduce the risk of rate-limiting, limit your usage of `requestContentCardsRefresh` to 3 calls per 10 minutes.
{% endalert %}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@ You can queue a manual refresh of the Braze Content Cards at any time by calling
You can also call [`getCachedContentCards`](https://js.appboycdn.com/web-sdk/latest/doc/modules/braze.html#getcachedcontentcards) to get all currently available cards from the last Content Cards refresh.

The feed will refresh automatically on new session or when the feed is opened and more than 60 seconds have elapsed since the last refresh.

{% alert important %}
Usage of `requestContentCardsRefresh` may be rate limited under certain conditions. For more details around this, contact your Customer Success Manager or Account Team. To reduce the risk of rate-limiting, limit your usage of `requestContentCardsRefresh` to 3 calls per 10 minutes.
{% endalert %}