Microsoft Teams 中的通知徽章计数器
Notification badge counter in Microsoft Teams
我正在为 Microsoft Teams 开发自定义 webApp,我想为我的应用程序操作徽章通知(顺便说一句,我不确定它是否是正确的名称),我需要像团队一样添加一个计数器新消息或其他符号来指示我的应用程序中的不同操作。
有办法吗?使用 sdk,api,(@microsoft/teams-js,等等...)
谢谢
目前我们没有任何 API 可以在应用中发生某些操作时显示通知。你可以提出 UserVoice for this if this needs to be considered as a feature request. If you want to Send activity feed notifications to users in Microsoft Teams please go through this documentation.
我正在为 Microsoft Teams 开发自定义 webApp,我想为我的应用程序操作徽章通知(顺便说一句,我不确定它是否是正确的名称),我需要像团队一样添加一个计数器新消息或其他符号来指示我的应用程序中的不同操作。
有办法吗?使用 sdk,api,(@microsoft/teams-js,等等...) 谢谢
目前我们没有任何 API 可以在应用中发生某些操作时显示通知。你可以提出 UserVoice for this if this needs to be considered as a feature request. If you want to Send activity feed notifications to users in Microsoft Teams please go through this documentation.