Home > borogove > Notification_2 > (constructor)
Notification_2.(constructor)
Constructs a new instance of the Notification class
Signature:
protected constructor(title: string, body: string, accountId: string, chatId: string, senderId: string, messageId: string, type: enums.MessageType, callStatus: string | null, callSid: string | null, imageUri: string | null, lang: string | null, timestamp: string | null);
Parameters
| Parameter | Type | Description |
|---|---|---|
| title | string | |
| body | string | |
| accountId | string | |
| chatId | string | |
| senderId | string | |
| messageId | string | |
| type | enums.MessageType | |
| callStatus | string | null | |
| callSid | string | null | |
| imageUri | string | null | |
| lang | string | null | |
| timestamp | string | null |