푸시 - setSmallIcon 추가
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user