docs(background-mode): added push parameter description

docs(background-mode): added push parameter description
This commit is contained in:
Daniel Sogl
2018-03-17 01:00:30 +01:00
committed by GitHub

View File

@@ -21,7 +21,9 @@ export interface BackgroundModeConfiguration {
*/
icon?: string;
/** Color */
/**
* Set the background color of the notification circle
*/
color?: string;
/**
@@ -29,7 +31,9 @@ export interface BackgroundModeConfiguration {
*/
resume?: boolean;
/** Hidden */
/**
* When set to false makes the notifications visible on lockscreen (Android 5.0+)
*/
hidden?: boolean;
/** Big text */