Android Dev/Navigation
Navigation Pending Intent with Deeplink ( Notification Builder) / And Get bundle
번들로 넘겨야함 val channelId = "123" val textMsg = data["body"].toString()?:"" val title = data["title"] val bundleExample = Bundle() bundleExample.putString("targetNick" , data["title"] ) bundleExample.putString("targetFid" , data["targetFid"] ) bundleExample.putString("category" , notificationType ) bundleExample.putString("chatRoomId" , data["chatRoomId"] ) bundleExample.putString("picturePath" , d..
2021. 6. 11. 01:00