Notification Interactions
Handling all notification Interactions
Bird.eventTarget.addEventListener('bird-sdk-push-notification', async (event) => {
const interactionType = event.detail.type;
console.log(`Push notification ${interactionType}:`, event.detail);
});Deep Links
Custom Payload
Last updated
Was this helpful?

