qt-notification icon indicating copy to clipboard operation
qt-notification copied to clipboard

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

trafficstars

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