https://github.com/vaibhavmojidra/android-java-demo-notification-tap-action
Every notification should respond to a tap, usually to open an activity in your app that corresponds to the notification. To do so, you must specify a content intent defined with a PendingIntent object and pass it to setContentIntent().
https://github.com/vaibhavmojidra/android-java-demo-notification-tap-action
android-library android-studio mojidra notifications tap-action vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: 8 months ago
JSON representation
Every notification should respond to a tap, usually to open an activity in your app that corresponds to the notification. To do so, you must specify a content intent defined with a PendingIntent object and pass it to setContentIntent().
- Host: GitHub
- URL: https://github.com/vaibhavmojidra/android-java-demo-notification-tap-action
- Owner: VaibhavMojidra
- Created: 2021-07-10T15:41:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T15:44:11.000Z (almost 5 years ago)
- Last Synced: 2025-04-12T06:48:06.313Z (about 1 year ago)
- Topics: android-library, android-studio, mojidra, notifications, tap-action, vaibhav, vaibhav-mojidra, vaibhavmojidra
- Language: Java
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-Java-Demo-Notification-Tap-Action


