/* * @Author: your name * @Date: 2020-06-19 14:59:26 * @LastEditTime: 2020-06-24 16:37:35 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /hairuyi_flutter_comm/lib/native/native_router.dart */ // 重要!!!!! // 重要!!!!! // 重要!!!!! // 需要在壳工程原生代码中实现对应方法 // ---------------- Android ------------------- // 在实现了 HairuyiFlutterCommNativable 的类中,openNativePage方法添加对应的页面跳转 // ---------------- iOS ------------------- // 在实现了 HairuyiFlutterCommNativeProtocol 的类中,openNativePage方法添加对应的页面跳转 enum NativeRouter { openModifyPayPassword, // 打开修改支付密码 openVerifyByAlipay, // 打开支付宝实名认证 openSettingAlipay, // 打开支付宝绑定页面 openContacts, // 打开人脉 openLiveAnchor, //打开主播开播页面 openLiveWatch, //打开观看直播页面 openLiveRecord, // 打开会看(录播) openWeChatShare, // 分享到微信 openSharePop, //打开分享弹窗 openSearchKeyword, // 关键词搜索 openWithdrawal, // 打开提现页面 showIntegralPop, // 展示获得积分弹窗 }