Skip to content

Commit

Permalink
YEL-88 [update] Android silent 푸시 알림 옵션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
devkwonsehoon committed Aug 17, 2023
1 parent 032d65b commit 7746d74
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ public Message createMessage(String deviceToken, NotificationMessage notificatio
)
.putData("type", notificationMessage.type().name())
.putData("path", path)
.putData("badge", String.valueOf(unreadVoteCounts))
.putData("sound", "default")
.build();
}
}

0 comments on commit 7746d74

Please sign in to comment.