Skip to content

Commit e3a67bb

Browse files
Add documentation for IsContentSharingAllowed in PolicyService response
Add documentation for IsContentSharingAllowed in PolicyService response, this field specifies whether content can be shared via the CaptureService:PromptShareCapture API (which currently supports sharing screenshots via share sheet on the users device).
1 parent 0401aa6 commit e3a67bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en-us/reference/engine/classes/PolicyService.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ methods:
5858
<td>A list of external link references (for example, social media links, handles, or iconography) a player is permitted to see. Possible values include: "Discord", "Facebook", "Twitch", "Twitter", "YouTube", "X", "GitHub", and "Guilded".</td>
5959
</tr>
6060
<tr>
61+
<td>IsContentSharingAllowed</td>
62+
<td>Boolean</td>
63+
<td>Any experience that allows users to share content off platform</td>
64+
<td>When true, the player is allowed to share content using APIs which open external sharing flows such as `Class.CaptureService:PromptShareCapture()`.</td>
65+
</tr>
66+
<tr>
6167
<td>IsEligibleToPurchaseSubscription</td>
6268
<td>Boolean</td>
6369
<td>Any experience that wants to sell subscriptions</td>

0 commit comments

Comments
 (0)