fix(push): add senderID to AndroidPushOptions (#2060)
This commit is contained in:
parent
38bbf01e8c
commit
4694c422aa
@ -131,6 +131,11 @@ export interface CategoryActionData {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface AndroidPushOptions {
|
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
|
* The name of a drawable resource to use as the small-icon. The name should
|
||||||
* not include the extension.
|
* not include the extension.
|
||||||
|
Loading…
Reference in New Issue
Block a user