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

GitHub

View Github