You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/ADMOB.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,8 @@ Note that an interstitial is supposed to be hidden by clicking the close button,
83
83
84
84
There's two ways how you can use this function:
85
85
86
-
* RECOMMENDED: without arguments, and after the Promise of 'preloadInterstitial' resolves. This will show the interstitial immediately.
87
-
* DEPRECATED: with arguments (same as 'preloadInterstitial'). This will preload and _then_ show the interstitial, so a delay will be noticable by the user, which is against Google's policies.
86
+
**RECOMMENDED*: without arguments, and after the Promise of `preloadInterstitial` resolves. This will show the interstitial immediately.
87
+
**DEPRECATED*: with arguments (same as `preloadInterstitial`). This will preload and _then_ show the interstitial, so a delay will be noticable by the user, which is against Google's policies.
0 commit comments