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 | 31 |
Tags
- build
- Android
- 안드로이드스튜디오
- 코틀린
- Retrofit
- 안스
- coroutine
- 에러
- dart
- WebView
- RecyclerView
- 의존성주입
- Gradle
- error
- studio
- 스튜디오
- 웹뷰
- flow
- image
- Github
- 코루틴
- 깃헙
- 레트로핏
- MVVM
- 유튜브
- ADB
- Kotlin
- 안드로이드 스튜디오
- viewpager
- 안드로이드
Archives
- Today
- Total
목록click_action (1)
코딩하는 일용직 노동자

#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