mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
feat(wonderpush): remove isReady method. (#3580)
Co-authored-by: Stéphane JAIS <stephane@wonderpush.com>
This commit is contained in:
parent
ddd269e7ab
commit
182b403f69
@ -239,17 +239,6 @@ export class WonderPush extends IonicNativePlugin {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Whether the SDK is ready to operate.
|
|
||||||
*
|
|
||||||
* The SDK is ready when it is initialized and has fetched an access token.
|
|
||||||
* @returns {Promise<any>}
|
|
||||||
*/
|
|
||||||
@Cordova()
|
|
||||||
isReady(): Promise<boolean> {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Controls native SDK logging.
|
* Controls native SDK logging.
|
||||||
* @param {boolean} enabled - Whether to enable logs.
|
* @param {boolean} enabled - Whether to enable logs.
|
||||||
|
Loading…
Reference in New Issue
Block a user