diff --git a/src/@ionic-native/plugins/push/index.ts b/src/@ionic-native/plugins/push/index.ts index 6d09720b..b32cd06c 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.