You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,6 +66,18 @@ Add a `Share` node to your scene and follow the following steps:
65
66
66
67
---
67
68
69
+
<aname="signals"></a>
70
+
71
+
## <imgsrc="addon/icon.png"width="20"> Signals
72
+
73
+
-`share_completed`: Emitted when shared item is sent on iOS. On Android, emitted when a share target is selected on the chooser screen.
74
+
-`share_canceled`: Emitted when user does not send shared item on iOS. On Android, emitted when user returns to app without making a selection on chooser screen within threshold milliseconds (default threshold is 5000ms).
75
+
-`share_failed`: Emitted when a failure that prevents sharing occurs.
76
+
77
+
*Note: On Android, `share_completed` signal does not mean that the user actually sent the shared item.*
0 commit comments