Skip to content

Commit

Permalink
feat(wonderpush): remove isReady method. (#3580)
Browse files Browse the repository at this point in the history
Co-authored-by: Stéphane JAIS <stephane@wonderpush.com>
  • Loading branch information
stephanejais and Stéphane JAIS authored Jan 23, 2021
1 parent ddd269e commit 182b403
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/@ionic-native/plugins/wonderpush/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,17 +239,6 @@ export class WonderPush extends IonicNativePlugin {
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.
* @param {boolean} enabled - Whether to enable logs.
Expand Down

0 comments on commit 182b403

Please sign in to comment.