capacitor-appopenad-plugin

Capacitor plugin to load and display App Open Ads for both iOS and Android platforms, supporting ad loading and showing on app launch.


Keywords
capacitor, plugin, native
License
MIT
Install
npm install capacitor-appopenad-plugin@0.0.1

Documentation

capacitor-appopenad-plugin

Capacitor plugin to load and display App Open Ads for both iOS and Android platforms, supporting ad loading and showing on app launch.

Install

npm install capacitor-appopenad-plugin
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>