UNPKG

expo-notifications

Version:

Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.

3 lines 340 B
import { NotificationChannelGroup, NotificationChannelGroupInput } from './NotificationChannelGroupManager.types'; export default function setNotificationChannelGroupAsync(groupId: string, group: NotificationChannelGroupInput): Promise<NotificationChannelGroup | null>; //# sourceMappingURL=setNotificationChannelGroupAsync.android.d.ts.map