We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
现在只能通过setters方法传参数,亲身感受多了很难受而且容易出错,建议做成builder链式调用,一句话搞定相当的爽,可看改进后代码
new ShareBottomDialog.ShareBottomDialogBuilder("targetUrl") .title("title") .summary("summary") .thumbUrlOrPath("thumbUrlOrPath") .build() .show(getSupportFragmentManager());
The text was updated successfully, but these errors were encountered:
No branches or pull requests
现在只能通过setters方法传参数,亲身感受多了很难受而且容易出错,建议做成builder链式调用,一句话搞定相当的爽,可看改进后代码
new ShareBottomDialog.ShareBottomDialogBuilder("targetUrl")
.title("title")
.summary("summary")
.thumbUrlOrPath("thumbUrlOrPath")
.build()
.show(getSupportFragmentManager());
The text was updated successfully, but these errors were encountered: