1

如何以本机 c 代码获取 tizen 设备上发生的通知列表?我正在编写将在 tizen 设备上运行的本机 c 代码,并且通知列表需要在我的本机应用程序中连续打印

4

1 回答 1

1

如果您正在编写 web 应用程序,则有一个 getAll() API。

https://developer.tizen.org/development/articles/how-use-tizen-notification-api

您可以参考 webruntime 代码以查看它在做什么。

于 2017-07-27T10:57:31.423 回答