Skip to content

NotificationChannel

NotificationChannel = { token: string; type: "apns"; } | { token: string; type: "fcm"; } | { signingKey: Uint8Array; type: "http"; url: string; }

Defined in: sdks/js/node-sdk/dist/index.d.ts:424

Delivery channel for this installation.