Files
keyboard/Shared/KBULBridge.h
2025-11-12 21:23:31 +08:00

18 lines
498 B
Objective-C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// KBULBridge.h
// 通用的 UL/Scheme 拉起桥接常量App 与键盘扩展共享)
//
// 用途:主 App 在成功处理 Universal Link如 /ul/login
// 通过 Darwin 通知告知扩展“已拉起”,扩展据此取消回退到 Scheme。
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
/// 主 App 成功处理 Universal Link 后发送的 Darwin 通知名
extern NSString * const KBDarwinULHandled; // "com.loveKey.nyx.ul.opened"
NS_ASSUME_NONNULL_END