File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,15 @@ Made with [contributors-img](https://contrib.rocks).
4343
4444## Installation
4545
46+ If you use capacitor 4:
47+
48+ ```
49+ % npm install --save @capacitor-community/admob@next
50+ % npx cap update
51+ ```
52+
53+ capacitor 3:
54+
4655```
4756% npm install --save @capacitor-community/admob
4857% npx cap update
@@ -755,7 +764,7 @@ When notice listener of OnAdLoaded, you can get banner size.
755764
756765#### AdMobError
757766
758- For more information
767+ For more information
759768https://developers.google.com/android/reference/com/google/android/gms/ads/AdError
760769
761770| Prop | Type | Description |
@@ -790,7 +799,7 @@ https://developers.google.com/android/reference/com/google/android/gms/ads/AdErr
790799
791800#### AdMobRewardItem
792801
793- For more information
802+ For more information
794803https://developers.google.com/admob/android/rewarded-video-adapters?hl=en
795804
796805| Prop | Type | Description |
@@ -811,7 +820,9 @@ https://developers.google.com/admob/android/rewarded-video-adapters?hl=en
811820
812821From T, pick a set of properties whose keys are in the union K
813822
814- <code >{ [ P in K] : T[ P] ; }</code >
823+ <code >{
824+ [ P in K ] : T[P];
825+ }</code >
815826
816827
817828### Enums
You can’t perform that action at this time.
0 commit comments