Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Apr 10, 2021
1 parent d66f667 commit 3be05cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,10 @@ Show a reward video ad
addListener(eventName: 'bannerViewChangeSize', listenerFunc: (info: AdMobBannerSize) => void) => PluginListenerHandle
```
| Param | Type | Description |
| ------------------ | ------------------------------------------------------------------------------ | ----------------------- |
| **`eventName`** | <code>"bannerViewChangeSize"</code> | bannerViewChangeSize |
| **`listenerFunc`** | <code>(info: <a href="#admobbannersize">AdMobBannerSize</a>) =&gt; void</code> | |
| Param | Type | Description |
| ------------------ | ------------------------------------------------------------------------------ | -------------------- |
| **`eventName`** | <code>"bannerViewChangeSize"</code> | bannerViewChangeSize |
| **`listenerFunc`** | <code>(info: <a href="#admobbannersize">AdMobBannerSize</a>) =&gt; void</code> | |
**Returns:** <code><a href="#pluginlistenerhandle">PluginListenerHandle</a></code>
Expand Down

0 comments on commit 3be05cd

Please sign in to comment.