gpt4 book ai didi

java - 如何使用Azure SDK在通知中添加声音

转载 作者:行者123 更新时间:2023-12-03 00:28:43 25 4
gpt4 key购买 nike

有谁知道如何在Java上使用Azure的通知中心添加声音。

我所做的是:

添加了依赖性:

<dependency>
<groupId>com.windowsazure</groupId>
<artifactId>NotificationHubs</artifactId>
<version>0.0.5</version>
</dependency>

并按照文档说明发送通知:
            INotificationHub hub = new NotificationHub("connectionString", "hubPath"); 
Notification n = Notification.createGcmNotification(message);
Set<String> tags = new HashSet<>();
tags.add(tag);
hub.sendNotification(n, tags);

我一直在寻找如何添加声音,但可以找到它。

我打算将通知发送到iOS和Android客户端。

先感谢您。

最佳答案

Does anyone know how to add a sound with the notification hub of Azure on java.



不幸的是,Azure通知中心当前不支持该功能。我也找到了类似的 MSDN thread

您可以将反馈提供给 azure team

如果您仍然想这样做。我的解决方法是您可以引用 APNSGCM。另请注意,播放量限制大小。

推荐人:

Change push notification sound

关于java - 如何使用Azure SDK在通知中添加声音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52822744/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com