Packagecom.tuarua.firebase.dynamiclinks
Classpublic final class SocialMetaTagParameters
InheritanceSocialMetaTagParameters Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
SocialMetaTagParameters(description:String = null, imageUrl:String = null, title:String = null)
SocialMetaTagParameters
Property Detail
descriptionproperty
public var description:String

The description to use when the Dynamic Link is shared in a social post.

imageUrlproperty 
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

titleproperty 
public var title:String

The title to use when the Dynamic Link is shared in a social post.

Constructor Detail
SocialMetaTagParameters()Constructor
public function SocialMetaTagParameters(description:String = null, imageUrl:String = null, title:String = null)



Parameters
description:String (default = null)
 
imageUrl:String (default = null)
 
title:String (default = null)