UNPKG

expo-notifications

Version:

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

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