Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 깃헙
- Android
- 레트로핏
- 웹뷰
- Gradle
- 안드로이드스튜디오
- studio
- 코루틴
- 의존성주입
- 스튜디오
- coroutine
- viewpager
- 안드로이드 스튜디오
- Kotlin
- 안드로이드
- Retrofit
- 에러
- dart
- 안스
- Github
- ADB
- WebView
- 코틀린
- error
- MVVM
- RecyclerView
- build
- image
- GIT
- 유튜브
Archives
- Today
- Total
목록click_action (1)
코딩하는 일용직 노동자
FCM data & notification 처리에 관하여..
#1. Data만 보내는 경우 { "data":{ "title": "data title text", "body": "data body text", "link": "http://m.naver.com" } } Normal Priority를 기본으로 가지며 모바일 기기가 Doze 모드이거나 혹은 절전모드에 있을때 처리를 미루게 된다. #2. Notification만 보내는 경우 { "notification": { "title": "notification title text", "body": "notification body text", "link": "http://m.naver.com" } } Foreground 상태에선 onMessageReceived를 통해 전달된다. High Priority를 가지며 디바..
안드로이드
2021. 2. 28. 17:25