Skip to content

Commit

Permalink
Styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
itsSoufianeDev authored Mar 2, 2023
1 parent fb2811a commit cecd59d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ cordova plugin remove cordova-plugin-startio-ads

## Plugin Methods

* ### ** init**(appid: string, options: object, testAds: boolean): void
* ### ** setConsent**(consent: boolean): void
* ### ** setIABUSPrivacy**(IABString: string): void
* ### ** loadBanner**(): void
* ### ** showBanner**(): void
* ### ** hideBanner**(): void
* ### ** showInterstitial**(): void
* ### ** loadRewardVideo**(autoShow: boolean): void
* ### ** showRewardVideo()**: void
* **init**(appid: string, options: object, testAds: boolean): void
* **setConsent**(consent: boolean): void
* **setIABUSPrivacy**(IABString: string): void
* **loadBanner**(): void
* **showBanner**(): void
* **hideBanner**(): void
* **showInterstitial**(): void
* **loadRewardVideo**(autoShow: boolean): void
* **showRewardVideo()**: void
<br/>

## Usage
Expand Down Expand Up @@ -79,7 +79,7 @@ StartIO.setIABUSPrivacy("1YNN") // CCPA
### 3. Banner Ads

To show a Banner ad you need to call loadBanner() and listen to the `startio.banner.load` event then call showBanner().<br/>
**IMPORTANT: Do not call loadBanner() from within `startio.banner.load_fail`. The SDK will automatically try to reload an ad upon a failure. **
**IMPORTANT: Do not call loadBanner() from within `startio.banner.load_fail`. The SDK will automatically try to reload an ad upon a failure.**

```js

Expand Down Expand Up @@ -165,4 +165,4 @@ This project was cloned from @lreiner github, but since it was not updated and m
I hope this plugin has saved you a lot of time, keeping the SDKs updated and adding more functionalities takes time and effort, you can help me keep this project by donating bellow.
<br/>

[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://paypal.me/mganisoufiane)
[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://paypal.me/mganisoufiane)

0 comments on commit cecd59d

Please sign in to comment.