PendingIntent (1) 썸네일형 리스트형 Notification val builder: NotificationCompat.Builder = NotificationCompat.Builder(applicationContext, CHANNEL_ID)NotificationCompat.Builder 종류1. setSmallIcon (필수)3. setWhen: 재정의3. setShowWhen(Boolean)4. setLargeIcon5. setContentTitle6. setContentText 특정 이벤트addAction: 아이콘 등록 후 아이콘 클릭 시 이벤트setDeleteIntent: 슬라이드로 알림 삭제 시 이벤트setContentIntent: 알림 클릭 시 이벤트 커스텀 Notificationval remoteViews = Re.. 이전 1 다음