SidoPillai / qt-notification

This is an implementation of Local Notifications for iOS and Android using Qt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qt-notification

Trigger Local Notifications via qml for iOS and Android.

Developed on Qt Version: Qt 5.12
Platform Supported: Android - API 19+ and iOS - 8.0+

Usage

notification.show({caption: "hello", title : "notification", id:0});

Note

Local Notifications for iOS are triggered when the app is running in background

About

This is an implementation of Local Notifications for iOS and Android using Qt.

License:Apache License 2.0


Languages

Language:C++ 43.4%Language:Objective-C++ 24.0%Language:Java 18.0%Language:QMake 10.4%Language:QML 4.2%