Skip to content

Commit

Permalink
feat(appodeal): adds Appodeal SDK wrappers for iOS and Android (#1031)
Browse files Browse the repository at this point in the history
* feat(Appodeal) bootrapping

* starting docs

* more docs

* feat(appodeal): add event Observables

* feat(appodeal): replace Cordova Observable events with #.fromEvent()

* feat(appodeal): update decorator metadata
  • Loading branch information
MT-- authored and ihadeed committed Mar 2, 2017
1 parent 4f86320 commit fd8107b
Show file tree
Hide file tree
Showing 2 changed files with 446 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { AdMob } from './plugins/admob';
import { Alipay } from './plugins/alipay';
import { AndroidFingerprintAuth } from './plugins/android-fingerprint-auth';
import { AppAvailability } from './plugins/appavailability';
import { Appodeal } from './plugins/appodeal';
import { AppRate } from './plugins/apprate';
import { AppUpdate } from './plugins/app-update';
import { AppVersion } from './plugins/appversion';
Expand Down Expand Up @@ -134,6 +135,7 @@ export * from './plugins/admob';
export * from './plugins/alipay';
export * from './plugins/android-fingerprint-auth';
export * from './plugins/appavailability';
export * from './plugins/appodeal';
export * from './plugins/apprate';
export * from './plugins/app-update';
export * from './plugins/appversion';
Expand Down Expand Up @@ -262,6 +264,7 @@ window['IonicNative'] = {
Alipay,
AndroidFingerprintAuth,
AppAvailability,
Appodeal,
AppRate,
AppUpdate,
AppVersion,
Expand Down
Loading

0 comments on commit fd8107b

Please sign in to comment.