mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 10:36:14 +08:00
refactor(admob): add decorators
This commit is contained in:
parent
a9dbb23b23
commit
2d49671282
@ -246,7 +246,7 @@ export class Admob extends IonicNativePlugin {
|
|||||||
* Use one of these constants as adSize option when calling createBannerView
|
* Use one of these constants as adSize option when calling createBannerView
|
||||||
* @readonly
|
* @readonly
|
||||||
*/
|
*/
|
||||||
@CordovaProperty
|
@CordovaProperty()
|
||||||
readonly AD_SIZE: {
|
readonly AD_SIZE: {
|
||||||
BANNER: string;
|
BANNER: string;
|
||||||
IAB_MRECT: string;
|
IAB_MRECT: string;
|
||||||
@ -259,7 +259,7 @@ export class Admob extends IonicNativePlugin {
|
|||||||
* This enum represents AdMob's supported ad types
|
* This enum represents AdMob's supported ad types
|
||||||
* @readonly
|
* @readonly
|
||||||
*/
|
*/
|
||||||
@CordovaProperty
|
@CordovaProperty()
|
||||||
readonly AD_TYPE: {
|
readonly AD_TYPE: {
|
||||||
BANNER: string;
|
BANNER: string;
|
||||||
INTERSTITIAL: string;
|
INTERSTITIAL: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user