Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加对parcelable接口的支持 issue #40 #56

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

CPPAlien
Copy link

支持拦截,扩充了Routers中的open接口。使用Map<String, Parcelable>形式传入Parcelable,Map中的key作为Bundle的key,Parcelable为值,可传入多个,接收端可按正常方式获取Parcelable。

@mzule
Copy link
Owner

mzule commented May 2, 2017

会不会 Bundle 比 Map 更合适作为参数?

@CPPAlien
Copy link
Author

CPPAlien commented May 2, 2017

是的,Bundle确实比Map更合适,我重新改了一下

@CPPAlien CPPAlien force-pushed the master branch 2 times, most recently from 51d2bf5 to daa02fe Compare November 2, 2017 15:34
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.

2 participants