mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
feat(badge) add isSupported function
This commit is contained in:
parent
f11be24f74
commit
95822aeac2
@ -69,6 +69,13 @@ export class Badge extends IonicNativePlugin {
|
|||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
decrease(decreaseBy: number): Promise<any> { return; }
|
decrease(decreaseBy: number): Promise<any> { return; }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check support to show badges.
|
||||||
|
* @returns {Promise<any>}
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
isSupported(): Promise<any> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determine if the app has permission to show badges.
|
* Determine if the app has permission to show badges.
|
||||||
|
Loading…
Reference in New Issue
Block a user