java.lang.Object | |
↳ | com.google.firebase.dynamiclinks.DynamicLink.SocialMetaTagParameters.Builder |
Builder for social meta-tag parameters.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create social meta-tag parameter builder.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Build Bundle for use with
setSocialMetaTagParameters(SocialMetaTagParameters) . | |||||||||||
Sets the meta-tag description.
| |||||||||||
Sets the meta-tag image link.
| |||||||||||
Sets the meta-tag title.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create social meta-tag parameter builder.
Build Bundle for use with setSocialMetaTagParameters(SocialMetaTagParameters)
.
Returns | |
---|---|
DynamicLink.SocialMetaTagParameters |
Sets the meta-tag description.
Parameters | |
---|---|
description |
String :
The description to use when the Dynamic Link is shared in a social post.
|
Returns | |
---|---|
DynamicLink.SocialMetaTagParameters.Builder |
Sets the meta-tag image link.
Parameters | |
---|---|
imageUrl |
Uri :
The URL to an image related to this link.
|
Returns | |
---|---|
DynamicLink.SocialMetaTagParameters.Builder |
Sets the meta-tag title.
Parameters | |
---|---|
title |
String :
The title to use when the Dynamic Link is shared in a social post.
|
Returns | |
---|---|
DynamicLink.SocialMetaTagParameters.Builder |