From 4694c422aaf277a4d4a571f847b04f137145b94f Mon Sep 17 00:00:00 2001 From: Chris Morbitzer Date: Fri, 8 Dec 2017 14:07:29 -0600 Subject: [PATCH] fix(push): add senderID to AndroidPushOptions (#2060) --- src/@ionic-native/plugins/push/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/@ionic-native/plugins/push/index.ts b/src/@ionic-native/plugins/push/index.ts index 6d09720b8e..b32cd06cca 100644 --- a/src/@ionic-native/plugins/push/index.ts +++ b/src/@ionic-native/plugins/push/index.ts @@ -131,6 +131,11 @@ export interface CategoryActionData { } export interface AndroidPushOptions { + /** + * Maps to the project number in the Google Developer Console. + */ + senderID: string; + /** * The name of a drawable resource to use as the small-icon. The name should * not include the extension.