NotificationReply
Reply to Android notifications programmatically
Implementation on apps
[auto-reply] bot on Whatsapp
Replies to specific commandsRetweet app on Playstore
Retweets & Likes tweets from Twitter notifications
Code
if (body.startsWith("/hello")){
reply(sbn, "Hello there")
}
if (body.startsWith("/about")){
reply(sbn, "This is an automatic reply test")
}