Skip to content
Tauri

channels

channels(): Promise<Channel[]>

Defined in: plugins/notification/guest-js/index.ts:553

Retrieves the list of notification channels.

Promise<Channel[]>

A promise resolving to the list of notification channels.

import { channels } from '@tauri-apps/plugin-notification';
const notificationChannels = await channels();

2.0.0


© 2025 Tauri Contributors. CC-BY / MIT