Package | com.myflashlab.air.extensions.firebase.dynamicLinks |
Class | public class SocialMediaParams |
Inheritance | SocialMediaParams Object |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
SocialMediaParams |
sd | property |
public var sd:String
The description to use when the Dynamic Link is shared in a social post.
si | property |
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.
st | property |
public var st:String
The title to use when the Dynamic Link is shared in a social post.
su | property |
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.
SocialMediaParams | () | Constructor |
public function SocialMediaParams()