Skip to content

Commit

Permalink
fix(push): add senderID to AndroidPushOptions (#2060)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorbitzer authored and ihadeed committed Dec 8, 2017
1 parent 38bbf01 commit 4694c42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/@ionic-native/plugins/push/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4694c42

Please sign in to comment.