Development/Android
Notifications (노티피케이션)
codedragon
2022. 3. 14. 11:19
반응형
Notifications
· ≒ 알림 ≒ 노티피케이션
· 상단바에 알림 메시지를 표시해줍니다. 상단에 잠시 보였다가 상단 아이콘으로만 표시됩니다.
· 안드로이드 API 26 (오레오) 버전 부터는 Notification Channels을 사용해야 합니다.
· Android 8.0(API 레벨 26)보다 낮은 대상을 대상으로 하는 앱의 경우 알림 채널을 구현할 필요 없습니다.
https://developer.android.com/guide/topics/ui/notifiers/notifications.html
Notification Channels
https://codedragon.tistory.com/8103