mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 17:21:08 +08:00
parent
ee79278503
commit
9c30a1d0dd
@ -13,26 +13,37 @@ export interface BackgroundModeConfiguration {
|
|||||||
*/
|
*/
|
||||||
title?: String;
|
title?: String;
|
||||||
|
|
||||||
/**
|
|
||||||
* The text that scrolls itself on statusbar
|
|
||||||
*/
|
|
||||||
ticker?: String;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Description of background task
|
* Description of background task
|
||||||
*/
|
*/
|
||||||
text?: String;
|
text?: String;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* if true plugin will not display a notification. Default is false.
|
* This will look for <icon name>.png in platforms/android/res/drawable|mipmap
|
||||||
*/
|
*/
|
||||||
silent?: boolean;
|
icon?: string;
|
||||||
|
|
||||||
|
color?: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* By default the app will come to foreground when taping on the notification. If false, plugin wont come to foreground when tapped.
|
* By default the app will come to foreground when taping on the notification. If false, plugin wont come to foreground when tapped.
|
||||||
*/
|
*/
|
||||||
resume?: boolean;
|
resume?: boolean;
|
||||||
|
|
||||||
|
hidden?: boolean;
|
||||||
|
|
||||||
|
bigText?: boolean;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The text that scrolls itself on statusbar
|
||||||
|
*/
|
||||||
|
ticker?: String;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* if true plugin will not display a notification. Default is false.
|
||||||
|
*/
|
||||||
|
silent?: boolean;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user