File tree Expand file tree Collapse file tree 6 files changed +21
-149
lines changed Expand file tree Collapse file tree 6 files changed +21
-149
lines changed Original file line number Diff line number Diff line change @@ -695,11 +695,6 @@ navigation:
695695 type : engineapi
696696 source : /reference/engine/classes/CustomEventReceiver.yaml
697697 ignoreTranslation : true
698- - title : CustomLog
699- path : /reference/engine/classes/CustomLog
700- type : engineapi
701- source : /reference/engine/classes/CustomLog.yaml
702- ignoreTranslation : true
703698 - title : CylinderHandleAdornment
704699 path : /reference/engine/classes/CylinderHandleAdornment
705700 type : engineapi
Original file line number Diff line number Diff line change 1212 - Service
1313deprecation_message : ' '
1414properties : []
15- methods :
16- - name : CreatorStoreService:GetAssetInfoAsync
17- summary : ' '
18- description : ' '
19- code_samples : []
20- parameters :
21- - name : assetId
22- type : int64
23- default :
24- summary : ' '
25- returns :
26- - type : Dictionary
27- summary : ' '
28- tags :
29- - Yields
30- deprecation_message : ' '
31- security : RobloxScriptSecurity
32- thread_safety : Unsafe
33- capabilities : []
34- writeCapabilities : []
35- - name : CreatorStoreService:GetCreatorStoreProductInfoAsync
36- summary : ' '
37- description : ' '
38- code_samples : []
39- parameters :
40- - name : productTargetId
41- type : int64
42- default :
43- summary : ' '
44- - name : assetType
45- type : string
46- default :
47- summary : ' '
48- returns :
49- - type : Dictionary
50- summary : ' '
51- tags :
52- - Yields
53- deprecation_message : ' '
54- security : RobloxScriptSecurity
55- thread_safety : Unsafe
56- capabilities : []
57- writeCapabilities : []
15+ methods : []
5816events : []
5917callbacks : []
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1456,6 +1456,8 @@ callbacks:
14561456 transaction.
14571457 - `CurrencyType` — The type of currency spent in the purchase;
14581458 always `Enum.CurrencyType.Robux`.
1459+ - `Enum.ProductPurchaseChannel` — An enum that represents
1460+ how the user acquired the developer product.
14591461 returns :
14601462 - type : ProductPurchaseDecision
14611463 summary : |
Original file line number Diff line number Diff line change @@ -166,25 +166,6 @@ properties:
166166 capabilities :
167167 - UI
168168 writeCapabilities : []
169- - name : StarterGui.StudioInsertWidgetLayerCollectorAutoLinkStyleSheet
170- summary : ' '
171- description : ' '
172- code_samples : []
173- type : StyleSheet
174- tags :
175- - Hidden
176- deprecation_message : ' '
177- security :
178- read : RobloxScriptSecurity
179- write : RobloxScriptSecurity
180- thread_safety : ReadSafe
181- category : Data
182- serialization :
183- can_load : true
184- can_save : true
185- capabilities :
186- - UI
187- writeCapabilities : []
188169 - name : StarterGui.VirtualCursorMode
189170 summary : ' '
190171 description : ' '
Original file line number Diff line number Diff line change 11name : ProductPurchaseChannel
22type : enum
3- summary : ' '
4- description : ' '
3+ summary : |
4+ Enum which works with `Class.MarketplaceService` to represent how the
5+ user acquired the developer product.
6+ description : |
7+ The `ProductPurchaseChannel` enum works with `Class.MarketplaceService` and
8+ represents how the user acquired the developer product.
59code_samples : []
610tags : []
711deprecation_message : ' '
812items :
913 - name : InExperience
10- summary : ' '
14+ summary : |
15+ The purchase was made inside of an experience.
1116 value : 1
1217 tags : []
1318 deprecation_message : ' '
1419 - name : ExperienceDetailsPage
15- summary : ' '
20+ summary : |
21+ The purchase was made outside of an experience, on the **Store** tab of
22+ the experience details page.
1623 value : 2
1724 tags : []
1825 deprecation_message : ' '
1926 - name : AdReward
20- summary : ' '
27+ summary : |
28+ The product was rewarded to the user when they watched a video ad to
29+ completion.
2130 value : 3
2231 tags : []
2332 deprecation_message : ' '
2433 - name : CommerceProduct
25- summary : ' '
34+ summary : |
35+ The user acquired the product as a benefit of purchasing commerce
36+ merchandise from the developer of the experience.
2637 value : 4
2738 tags : []
2839 deprecation_message : ' '
40+
You can’t perform that action at this time.
0 commit comments