푸시 - setSmallIcon 추가

This commit is contained in:
klaus 2023-08-09 07:22:40 +09:00
parent 6126525ebb
commit 1b53aec571
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class SodaFirebaseMessagingService : FirebaseMessagingService() {
)
val notificationBuilder = NotificationCompat.Builder(this, notificationChannelId)
.setSmallIcon(R.mipmap.ic_launcher)
.setContentTitle(messageData["title"])
.setContentText(messageData["message"])
.setSound(defaultSoundUri)