Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PushNotificationPreferences

import type { PushNotificationPreferences } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";

The channel membership preferences for push notification.

interface PushNotificationPreferences {
AllowNotifications: AllowNotifications;
FilterRule?: string | null;
}

§Properties

§
AllowNotifications: AllowNotifications
[src]

Enum value that indicates which push notifications to send to the requested member of a channel. ALL sends all push notifications, NONE sends no push notifications, FILTERED sends only filtered push notifications.

§
FilterRule?: string | null
[src]

The simple JSON object used to send a subset of a push notification to the requsted member.