UNPKG

expo-notifications

Version:

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

3 lines 248 B
import { NotificationChannel } from './NotificationChannelManager.types'; export default function getNotificationChannelAsync(channelId: string): Promise<NotificationChannel | null>; //# sourceMappingURL=getNotificationChannelAsync.android.d.ts.map