fix(onesignal): OSNotification.app_id is optional (#946)
OSNotification::app_id is not required when sending a selfNotification.
This commit is contained in:
parent
6ddd2aa184
commit
ebf07161b6
@ -26,7 +26,7 @@ export interface OSNotification {
|
|||||||
* **ANDROID** - Notification is a summary notification for a group this will contain all notification payloads it was created from.
|
* **ANDROID** - Notification is a summary notification for a group this will contain all notification payloads it was created from.
|
||||||
*/
|
*/
|
||||||
groupedNotifications?: OSNotificationPayload[];
|
groupedNotifications?: OSNotificationPayload[];
|
||||||
app_id: string;
|
app_id?: string;
|
||||||
contents: any;
|
contents: any;
|
||||||
headings?: any;
|
headings?: any;
|
||||||
isIos?: boolean;
|
isIos?: boolean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user