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
|**dynamicWorldRows**|[**Set<DynamicContentRow>**](DynamicContentRow.md)| Array of DynamicWorldRow objects, used by the game to display the list of world rows ||
|**homeWorldId**|**String**| WorldID be \"offline\" on User profiles if you are not friends with that user. ||
92
99
|**homepageRedirectTarget**|**String**| Redirect target if you try to open the base API domain in your browser ||
93
100
|**hubWorldId**|**String**| WorldID be \"offline\" on User profiles if you are not friends with that user. ||
94
101
|**imageHostUrlList**|**List<String>**| A list of explicitly allowed origins that worlds can request images from via the Udon's [VRCImageDownloader#DownloadImage](https://creators.vrchat.com/worlds/udon/image-loading/#downloadimage). ||
95
102
|**iosAppVersion**|**List<String>**| Current app version for iOS ||
|**loadingScreenWeights**|[**Map<String, APIConfigLoadingScreenWeights>**](APIConfigLoadingScreenWeights.md)| Relative weight of each info-push category on the loading screen, per audience. |[optional]|
106
+
|**lowMemoryGoHomeTimeout**|[**Map<String, APIConfigLowMemoryGoHomeTimeoutValue>**](APIConfigLowMemoryGoHomeTimeoutValue.md)| Low-memory timeout, keyed by platform. |[optional]|
98
107
|**maxUserEmoji**|**Integer**| The maximum number of custom emoji each user may have at a given time. ||
99
108
|**maxUserStickers**|**Integer**| The maximum number of custom stickers each user may have at a given time. ||
|**propComponentList**|**List<String>**| SDK3 component type names. |[optional]|
109
123
|**publicKey**|**String**| Public key, hex encoded ||
124
+
|**questMinimumLowMemoryThreshold**|**Map<String, Integer>**| Low-memory threshold, keyed by platform. |[optional]|
110
125
|**reportCategories**|[**Map<String, ReportCategory>**](ReportCategory.md)| Categories available for reporting objectionable content ||
111
126
|**reportFormUrl**|**String**| URL to the report form ||
112
127
|**reportOptions**|**Map<String, Map<String, List<String>>>**| Options for reporting content. Select a key+value from this mapping as the `type` of the report. Select one key+value from the object at reportOptions[type] as the `category` of the report. reportCategories[category] contains user-facing text to display for all possible categories. Select one value from the array at reportOptions[type][category] as the `reason` of the report. reportReasons[reason] contains user-facing text to display for all possible categories. ||
@@ -130,6 +145,8 @@ Global configuration for various features.
130
145
|**urlList**|**List<String>**| List of allowed URLs that bypass the \"Allow untrusted URL's\" setting in-game ||
0 commit comments