VineshChauhan24 / NotificationReply

Reply to Android notifications programmatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotificationReply

Reply to Android notifications programmatically

Implementation on apps

Code

if (body.startsWith("/hello")){
    reply(sbn, "Hello there")
}
if (body.startsWith("/about")){
    reply(sbn, "This is an automatic reply test")
}
Client sending the message

1

Server (android phone with app)

1

About

Reply to Android notifications programmatically


Languages

Language:Kotlin 100.0%