https://github.com/jungnoh/kotlin-fcm-webview
FCM 푸쉬 알림을 받을 수 있는 안드로이드 웹뷰
https://github.com/jungnoh/kotlin-fcm-webview
android firebase-cloud-messaging kotlin webview
Last synced: about 2 months ago
JSON representation
FCM 푸쉬 알림을 받을 수 있는 안드로이드 웹뷰
- Host: GitHub
- URL: https://github.com/jungnoh/kotlin-fcm-webview
- Owner: jungnoh
- License: mit
- Created: 2020-10-29T16:03:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T13:39:22.000Z (over 4 years ago)
- Last Synced: 2025-01-20T00:32:20.590Z (3 months ago)
- Topics: android, firebase-cloud-messaging, kotlin, webview
- Language: Kotlin
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kotlin-webview
FCM 푸쉬 알림을 받을 수 있는 안드로이드 웹뷰입니다. 여러 프로젝트에서 사용할 수 있게 뼈대만 만들어져 있습니다.## 기능
- 새로고침, 이전/다음페이지 버튼만 포함된 간단한 웹뷰 UI
- FCM 토큰 생성 및 알림 수신
- alert, confirm 등 다이얼로그 지원
- 파일 선택, 사진 찍기 등 다이얼로그에 대한 Intent 처리## 사용 방법
1. Firebase에서 프로젝트를 셋팅한 후, google-services.json을 추가합니다.
2. Config.kt에서 시작 페이지, User-Agent를 수정합니다.
이후에는 필요에 맞게 앱을 수정해 사용하면 됩니다.## 라이선스
MIT