Packagecom.myflashlab.air.extensions.firebase.dynamicLinks
Classpublic class SocialMediaParams
InheritanceSocialMediaParams Inheritance Object



Public Properties
 PropertyDefined By
  sd : String
The description to use when the Dynamic Link is shared in a social post.
SocialMediaParams
  si : String
The URL to an image related to this link.
SocialMediaParams
  st : String
The title to use when the Dynamic Link is shared in a social post.
SocialMediaParams
  su : String
(Deprecated and will be removed in the next release, use si instead) The URL to an image related to this link.
SocialMediaParams
Public Methods
 MethodDefined By
  
SocialMediaParams
Property Detail
sdproperty
public var sd:String

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

siproperty 
public var si:String

The URL to an image related to this link. The image should be at least 300x200 px, and less than 300 KB.

stproperty 
public var st:String

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

suproperty 
public var su:String

(Deprecated and will be removed in the next release, use si instead) The URL to an image related to this link.

Constructor Detail
SocialMediaParams()Constructor
public function SocialMediaParams()