mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +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;
|
||||
|
||||
/**
|
||||
* Set the background color of the notification circle
|
||||
*/
|
||||
color?: string;
|
||||
|
||||
/**
|
||||
@ -30,6 +33,9 @@ export interface BackgroundModeConfiguration {
|
||||
*/
|
||||
resume?: boolean;
|
||||
|
||||
/**
|
||||
* When set to false makes the notifications visible on lockscreen (Android 5.0+)
|
||||
*/
|
||||
hidden?: boolean;
|
||||
|
||||
bigText?: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user