UNPKG

expo-notifications

Version:

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

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