是否有用于颤振的 createNotificationChannels() 方法替代方法?

时间:2021-04-21 10:54:10

标签: java firebase flutter dart firebase-cloud-messaging

我正在使用 firebase 云消息通知,尝试创建多渠道通知系统。

搜索后,我在 android developers official documentation 处找到了 createNotificationChannels() java 语言方法

我只能使用 createNotificationChannel()(默认频道)创建一个频道:

await FlutterLocalNotificationsPlugin()
      .resolvePlatformSpecificImplementation<
          AndroidFlutterLocalNotificationsPlugin>()
      ?.createNotificationChannel(channels.defaultChannel);

0 个答案:

没有答案