UNPKG

@elemental-design/expo-notifications

Version:
9 lines 562 B
import { UnavailabilityError } from '@unimodules/core'; import NotificationChannelGroupManager from './NotificationChannelGroupManager'; export default async function setNotificationChannelGroupAsync(groupId, group) { if (!NotificationChannelGroupManager.setNotificationChannelGroupAsync) { throw new UnavailabilityError('Notifications', 'setNotificationChannelGroupAsync'); } return await NotificationChannelGroupManager.setNotificationChannelGroupAsync(groupId, group); } //# sourceMappingURL=setNotificationChannelGroupAsync.android.js.map