| Package | com.tuarua.firebase.dynamiclinks |
| Class | public final class SocialMetaTagParameters |
| Inheritance | SocialMetaTagParameters Object |
| Property | Defined By | ||
|---|---|---|---|
| description : String The description to use when the Dynamic Link is shared in a social post. | SocialMetaTagParameters | ||
| imageUrl : String The URL to an image related to this link. | SocialMetaTagParameters | ||
| title : String The title to use when the Dynamic Link is shared in a social post. | SocialMetaTagParameters | ||
| Method | Defined By | ||
|---|---|---|---|
SocialMetaTagParameters(description:String = null, imageUrl:String = null, title:String = null) | SocialMetaTagParameters | ||
| description | property |
public var description:String
The description to use when the Dynamic Link is shared in a social post.
| imageUrl | property |
public var imageUrl:String
The URL to an image related to this link. The image should be at least 300x200 px, and less than 300 KB
| title | property |
public var title:String
The title to use when the Dynamic Link is shared in a social post.
| SocialMetaTagParameters | () | Constructor |
public function SocialMetaTagParameters(description:String = null, imageUrl:String = null, title:String = null)description:String (default = null) | |
imageUrl:String (default = null) | |
title:String (default = null) |