Skip to content

Commit c902e31

Browse files
author
github-actions
committed
Update reference.
1 parent ed1aceb commit c902e31

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

.roar/Docs.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23441,6 +23441,14 @@
2344123441
"ReadCapturesFromGalleryResult": {
2344223442
"Description": "<p>Represents the result of reading captures from a user&#39;s gallery.</p>\n"
2344323443
},
23444+
"ReceiptDecision": {
23445+
"Summary": "<p>The <code>ReceiptDecision</code> works with <a href=\"/ref/class/MarketplaceService.html\">MarketplaceService</a> to indicate the\nacknowledgement of receipts.</p>\n",
23446+
"Description": "<p>The <code>ReceiptDecision</code> is used to work with\n<a href=\"/ref/class/MarketplaceService.html#member-BindReceiptHandler\">MarketplaceService:BindReceiptHandler</a>, and the specified return type\nof callbacks registered.</p>\n"
23447+
},
23448+
"ReceiptType": {
23449+
"Summary": "<p>The <code>ReceiptType</code> works with <a href=\"/ref/class/MarketplaceService.html#member-BindReceiptHandler\">MarketplaceService:BindReceiptHandler()</a>\nto indicate the different type of receipts a developer can bind to for\nprocessing.</p>\n",
23450+
"Description": "<p>The <code>ReceiptType</code> is used to work with server-sided receipt processing.</p>\n"
23451+
},
2344423452
"RecommendationActionType": {},
2344523453
"RecommendationDepartureIntent": {
2344623454
"Description": "<p>This enum captures the user&#39;s intent when leaving a view—whether the\nexperience was neutral, positive, or negative. While longer views can\nsometimes suggest higher engagement, duration alone isn&#39;t a reliable signal.\nFor example, a user might quickly see what they need and immediately teleport\nthrough the item. Even though the view time is short, the swift, purposeful\naction indicates a positive departure intent.</p>\n"
@@ -29232,6 +29240,25 @@
2923229240
"NeedPermission": {},
2923329241
"Success": {}
2923429242
},
29243+
"ReceiptDecision": {
29244+
"NotProcessedYet": {
29245+
"Summary": "<p>The receipt has not been processed yet by the handler.</p>\n"
29246+
},
29247+
"Processed": {
29248+
"Summary": "<p>The receipt has been processed and all benefits have been granted to the\nuser who the receipt was created for.</p>\n"
29249+
}
29250+
},
29251+
"ReceiptType": {
29252+
"DeveloperProduct": {
29253+
"Summary": "<p>Used for processing developer product purchases.</p>\n"
29254+
},
29255+
"RobuxTransferReceiver": {
29256+
"Summary": "<p>Used for processing receipts for users who have received Robux via a Robux\nTransfer.</p>\n"
29257+
},
29258+
"RobuxTransferSender": {
29259+
"Summary": "<p>Used for processing receipts for users who have sent Robux via a Robux\nTransfer.</p>\n"
29260+
}
29261+
},
2923529262
"RecommendationActionType": {
2923629263
"AddReaction": {
2923729264
"Summary": "<p>The user added a reaction to the item, such as a &#34;like&#34;.</p>\n"

stats.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)