Add checkAlarmLink feature to handle alarm links on first access
- Add CHECK_ALARM_LINK to BridgeMessageType enum - Implement checkAlarmLink method in appBridge class - Add checkAlarmLink to useAppBridge hook - Call checkAlarmLink on HomePage when firstAccess is true - Clean up unused imports and minor code formatting 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -79,7 +79,10 @@ export enum BridgeMessageType {
|
||||
|
||||
// 알림 수신 설정 (Android only)
|
||||
GET_NOTIFICATION_SETTING = 'getNotificationSetting',
|
||||
SET_NOTIFICATION_SETTING = 'setNotificationSetting'
|
||||
SET_NOTIFICATION_SETTING = 'setNotificationSetting',
|
||||
|
||||
// 알림 링크 확인
|
||||
CHECK_ALARM_LINK = 'checkAlarmLink'
|
||||
}
|
||||
|
||||
export interface DeviceInfo {
|
||||
|
||||
Reference in New Issue
Block a user