Skip to content

拦截器重构#1583

Merged
ColdPaleLight merged 1 commit intoalibaba:masterfrom
0xZOne:task/interceptor_refactoring
Feb 18, 2022
Merged

拦截器重构#1583
ColdPaleLight merged 1 commit intoalibaba:masterfrom
0xZOne:task/interceptor_refactoring

Conversation

@0xZOne
Copy link
Copy Markdown
Collaborator

@0xZOne 0xZOne commented Feb 15, 2022

拦截器重构:

  1. 将onPush重命名为onPrePush(在该接口中可进行参数修改,阻止push等操作)
  2. 增加onPostPush接口,实现push操作完成后通知业务 (需求来源:Feature/push callback #1297)
  3. 支持拦截从Native端打开的Flutter页面,主要用于修改参数 (相关问题:拦截器,作用所有flutter页面  #1469

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 15, 2022

CLA assistant check
All committers have signed the CLA.

@scutlight
Copy link
Copy Markdown
Contributor

LGTM
拦截Native端发起的打开Flutter页面操作,这个能力也希望能提供哦,有这个业务场景需求,要拦截boost的push来做一些特殊处理

1. 将onPush重命名为onPrePush(在该接口中可进行参数修改,阻止push等操作);
2. 增加onPostPush接口,实现push操作完成后通知业务;
3. 支持拦截从Native端打开的Flutter页面;
@0xZOne
Copy link
Copy Markdown
Collaborator Author

0xZOne commented Feb 15, 2022

LGTM 拦截Native端发起的打开Flutter页面操作,这个能力也希望能提供哦,有这个业务场景需求,要拦截boost的push来做一些特殊处理

done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants