mx-jpush-expo
Version:
Expo 集成极光推送(JPush)一体化解决方案,支持 iOS/Android 厂商通道
11 lines • 334 B
TypeScript
/**
* iOS AppDelegate Interface 配置
* 添加 JPUSHRegisterDelegate 协议
*/
import { ConfigPlugin } from 'expo/config-plugins';
/**
* 配置 AppDelegate Interface
* 添加 JPUSHRegisterDelegate 协议声明
*/
export declare const withIosAppDelegateInterface: ConfigPlugin;
//# sourceMappingURL=appDelegateInterface.d.ts.map