mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-24 20:00:16 +08:00
fix(push): Android senderID as optional
fix(push): Android senderID as optional
This commit is contained in:
commit
d3dece4c52
@ -134,7 +134,7 @@ export interface AndroidPushOptions {
|
|||||||
/**
|
/**
|
||||||
* Maps to the project number in the Google Developer Console.
|
* Maps to the project number in the Google Developer Console.
|
||||||
*/
|
*/
|
||||||
senderID: string;
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user