chore(repo): rename ionic related interfaces

This commit is contained in:
Daniel Sogl
2021-09-27 17:20:56 +02:00
parent c81fbd7bbf
commit e588d96214
217 changed files with 476 additions and 440 deletions
@@ -1,4 +1,4 @@
import { Cordova, IonicNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Cordova, AwesomeCordovaNativePlugin, Plugin } from '@awesome-cordova-plugins/core';
import { Injectable } from '@angular/core';
export interface NativeKeyboardOptions {
@@ -201,7 +201,7 @@ export interface NativeKeyboardUpdateMessengerOptions {
platforms: ['Android', 'iOS'],
})
@Injectable()
export class NativeKeyboard extends IonicNativePlugin {
export class NativeKeyboard extends AwesomeCordovaNativePlugin {
/**
* Show messenger
* @param options {NativeKeyboardOptions}