Update index.ts

Added missing descriptions taken from the plugin repo README.
This commit is contained in:
Elian Cordoba 2018-02-13 12:45:53 -03:00 committed by GitHub
parent 954bd876de
commit 714bc46342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;