Social Interactions
Share
Bridge.social.is_share_supportedfunc _ready():
var options
match Bridge.platform.id:
"vk":
options = {
"link": "YOUR_LINK"
}
"facebook":
options = {
"image": "A base64 encoded image to be shared",
"text": "A text message to be shared"
}
"msn":
options = {
"title": "A title to display",
"image": "A base64 encoded image or image URL to be shared",
"text": "A text message to be shared"
}
Bridge.social.share(options, funcref(self, "_on_share_completed"))
func _on_share_completed(success):
print(success)Join Community
Invite Friends
Create Post
Add to Favorites
Add to Home Screen
Rate the Game
External Links
Last updated