Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Oct 10, 2023
1 parent 2ce9799 commit eaba3fc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ AdMob.addListener(RewardAdPluginEvents.Rewarded, async () => {
### initialize(...)

```typescript
initialize(options: AdMobInitializationOptions) => Promise<void>
initialize(options?: AdMobInitializationOptions) => Promise<void>
```

Initialize AdMob with <a href="#admobinitializationoptions">AdMobInitializationOptions</a>
Expand Down Expand Up @@ -901,7 +901,7 @@ When notice listener of OnAdLoaded, you can get banner size.

#### AdMobError

For more information
For more information
https://developers.google.com/android/reference/com/google/android/gms/ads/AdError

| Prop | Type | Description |
Expand Down Expand Up @@ -953,7 +953,7 @@ https://developers.google.com/android/reference/com/google/android/gms/ads/AdErr

#### AdMobRewardItem

For more information
For more information
https://developers.google.com/admob/android/rewarded-video-adapters?hl=en

| Prop | Type | Description |
Expand All @@ -974,9 +974,7 @@ https://developers.google.com/admob/android/rewarded-video-adapters?hl=en

From T, pick a set of properties whose keys are in the union K

<code>{
[P in K]: T[P];
}</code>
<code>{ [P in K]: T[P]; }</code>


### Enums
Expand Down

0 comments on commit eaba3fc

Please sign in to comment.