feat(push): add coldstart property. Fixes #559

This commit is contained in:
Max Lynch 2016-09-22 20:43:51 -05:00
parent a0b6b1084b
commit 48196da281

View File

@ -55,6 +55,7 @@ export interface NotificationEventAdditionalData {
*/ */
foreground?: boolean; foreground?: boolean;
collapse_key?: string; collapse_key?: string;
coldstart?: boolean;
from?: string; from?: string;
notId?: string; notId?: string;
} }