johnothecoder/notificationservice

该软件包已被废弃且不再维护。未建议替代包。

创建通知服务的样板代码

dev-master 2017-03-26 21:04 UTC

This package is auto-updated.

Last update: 2020-09-27 13:59:06 UTC


README

JohnoTheCoder\NotificationService - A quick reference point for creating a notification service

Copyright (C) 2016  Matt "JohnoTheCoder" Johnson

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://gnu.ac.cn/licenses/>.

这是一个快速的开源(GNU公共许可)通知服务,旨在减轻实现过程中的痛苦。我过去已经实现过类似的几个通知服务,目前在几个项目中也需要它。

该理念是提供一套设计和一套快速简便的类与接口,用户可以自定义自己的提供者和通知类型。

希望代码和用法有一定的自解释性,但我将很快编写一些文档。

src目录中是类集合。在demo目录中是我在自己的项目中实现它的示例。