mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-26 04:40:15 +08:00
Update index.ts
Added missing descriptions taken from the plugin repo README.
This commit is contained in:
parent
954bd876de
commit
714bc46342
@ -23,6 +23,9 @@ export interface BackgroundModeConfiguration {
|
|||||||
*/
|
*/
|
||||||
icon?: string;
|
icon?: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set the background color of the notification circle
|
||||||
|
*/
|
||||||
color?: string;
|
color?: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -30,6 +33,9 @@ export interface BackgroundModeConfiguration {
|
|||||||
*/
|
*/
|
||||||
resume?: boolean;
|
resume?: boolean;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* When set to false makes the notifications visible on lockscreen (Android 5.0+)
|
||||||
|
*/
|
||||||
hidden?: boolean;
|
hidden?: boolean;
|
||||||
|
|
||||||
bigText?: boolean;
|
bigText?: boolean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user