Hello,
i am creating a multipalyer game in which i wan to invite a player for a private table using app42 push notificaiton form player to invited player in msg i pass name room in which inivted player should join when it tap on push notifiaction.
public void onMessage(String msg)
in this fuction i get msg which is name of room so on tap on msg it should direct join room.
But currenlt it launch application and all ohte ractivity destroy when i tap on message.
Plaese help me to solve this.
i want to kno that ifd i get message for push notification than tap on message how to redirect spicific window depend on message which message arrive on push notification.