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
commit ead0de9907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */