Skip to content

获取Intent

Half Stack edited this page Dec 30, 2016 · 1 revision

有时候只想获取Intent,比如通过Intent发送通知。

Intent intent = Router.build(uri).getIntent(context);即可获取一个符合路由规则Intent对象。

Clone this wiki locally