SocialOptions
interface SocialOptions {
message : string;
social : boolean;
}
Allows the user to set social media options along with a message for sharing.
Variables
Variable | Type | Description |
---|---|---|
message | string | Will be used as the message to pre-fill in any share dialog presented to the user. |
social | boolean | Indicating if the user will be given social media options for sharing. |