mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 18:02:55 +08:00
docs(background-mode): added push parameter description
docs(background-mode): added push parameter description
This commit is contained in:
commit
ead0de9907
@ -21,7 +21,9 @@ export interface BackgroundModeConfiguration {
|
|||||||
*/
|
*/
|
||||||
icon?: string;
|
icon?: string;
|
||||||
|
|
||||||
/** Color */
|
/**
|
||||||
|
* Set the background color of the notification circle
|
||||||
|
*/
|
||||||
color?: string;
|
color?: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -29,7 +31,9 @@ export interface BackgroundModeConfiguration {
|
|||||||
*/
|
*/
|
||||||
resume?: boolean;
|
resume?: boolean;
|
||||||
|
|
||||||
/** Hidden */
|
/**
|
||||||
|
* When set to false makes the notifications visible on lockscreen (Android 5.0+)
|
||||||
|
*/
|
||||||
hidden?: boolean;
|
hidden?: boolean;
|
||||||
|
|
||||||
/** Big text */
|
/** Big text */
|
||||||
|
Loading…
Reference in New Issue
Block a user