基础库
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

35 righe
1.2 KiB

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