Notifications (노티피케이션)

CODEDRAGON Development/Android

반응형

 

 

 

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

 

Notification Channels(알림 채널)

Notification Channels ·        알림 채널 ·        안드로이드 API 26 (오레오) 버전 부터는 기존의 Notification 방식으로 알림이 표시되지 않으며 Notification Channels을 사용해야 합니다...

codedragon.tistory.com

 

 

 

반응형