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

Plain text #5

Open
anandinmaddy opened this issue Aug 14, 2018 · 1 comment
Open

Plain text #5

anandinmaddy opened this issue Aug 14, 2018 · 1 comment

Comments

@anandinmaddy
Copy link

How to set plain text in richlink preview ?

@ponnamkarthik
Copy link
Owner

MetaData metaData = new MetaData();
metaData.setTitle("Title");
metaData.setDescription("Custom Meta Data");
metaData.setFavicon("http://favicon url");
metaData.setImageurl("http://image url");
metaData.setSitename("Custom Meta data site");

richLinkView.setLinkFromMeta(metaData);

@anandinmaddy try this way

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

No branches or pull requests

2 participants