connected-spaces-platform.unity.core 4.17.1 → 4.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (374) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +60 -10
  4. package/README.md.meta +1 -1
  5. package/Source/CSPFoundation.cs +0 -29
  6. package/Source/CSPFoundation.cs.meta +1 -1
  7. package/Source/ClientUserAgent.cs.meta +1 -1
  8. package/Source/Common/Array.cs.meta +1 -1
  9. package/Source/Common/CancellationToken.cs.meta +1 -1
  10. package/Source/Common/FileExtensions.cs.meta +1 -1
  11. package/Source/Common/List.cs.meta +1 -1
  12. package/Source/Common/Map.cs.meta +1 -1
  13. package/Source/Common/MimeTypeHelper.cs.meta +1 -1
  14. package/Source/Common/MimeTypes.cs.meta +1 -1
  15. package/Source/Common/Variant.cs.meta +1 -1
  16. package/Source/Common/VariantType.cs.meta +1 -1
  17. package/Source/Common/Vector3.cs.meta +1 -1
  18. package/Source/Common/Vector4.cs.meta +1 -1
  19. package/Source/Common.meta +1 -1
  20. package/Source/Csp.cs.meta +1 -1
  21. package/Source/EThirdPartyPlatform.cs.meta +1 -1
  22. package/Source/EndpointURIs.cs.meta +1 -1
  23. package/Source/Il2cppPreserver.cs.meta +1 -1
  24. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
  25. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  26. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  27. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  28. package/Source/Multiplayer/ComponentUpdateType.cs +7 -1
  29. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  30. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  31. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  32. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +2 -0
  33. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  34. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  35. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  36. package/Source/Multiplayer/Components/AudioSpaceComponent.cs +12 -16
  37. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  38. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  39. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  40. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  41. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  42. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  43. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  44. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  45. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +76 -55
  46. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  47. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  48. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  49. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  50. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +73 -55
  51. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  52. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  53. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +23 -13
  54. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  55. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  56. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  58. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +12 -17
  60. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  61. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  62. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  63. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +72 -18
  64. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  65. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  66. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +72 -55
  67. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  68. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  69. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/FogSpaceComponent.cs +71 -56
  71. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  72. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/ImageSpaceComponent.cs +80 -56
  74. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  76. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  77. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  80. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  85. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/LightSpaceComponent.cs +25 -39
  89. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/PortalSpaceComponent.cs +16 -17
  94. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs +1 -1
  96. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  97. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  98. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +18 -39
  99. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  100. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  101. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  102. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  103. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  104. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  105. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  106. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +5 -3
  107. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  108. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  109. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  110. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  111. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  112. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +73 -56
  113. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  114. package/Source/Multiplayer/Components.meta +1 -1
  115. package/Source/Multiplayer/ConnectionState.cs +1 -1
  116. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  117. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  118. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  119. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  120. package/Source/Multiplayer/Conversation/ConversationResult.cs +0 -17
  121. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  122. package/Source/Multiplayer/Conversation/ConversationSystem.cs +0 -22
  123. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  124. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +0 -17
  125. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  126. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  127. package/Source/Multiplayer/Conversation/MessageResult.cs +0 -17
  128. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  129. package/Source/Multiplayer/Conversation.meta +1 -1
  130. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  131. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  132. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  133. package/Source/Multiplayer/ErrorCode.cs +26 -0
  134. package/Source/{Systems/Users/CheckoutSessionUrlResult.cs.meta → Multiplayer/ErrorCode.cs.meta} +1 -1
  135. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  136. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  137. package/Source/Multiplayer/MultiplayerConnection.cs +53 -47
  138. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  139. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  140. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  141. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  142. package/Source/Multiplayer/Script.meta +1 -1
  143. package/Source/Multiplayer/SpaceEntity.cs +26 -0
  144. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  145. package/Source/Multiplayer/SpaceEntitySystem.cs +14 -36
  146. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  147. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  148. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs +4 -0
  149. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  150. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  151. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  152. package/Source/Multiplayer.meta +1 -1
  153. package/Source/NativeClassWrapper.cs.meta +1 -1
  154. package/Source/ProgressEventArgs.cs.meta +1 -1
  155. package/Source/Ref.cs.meta +1 -1
  156. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  157. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  158. package/Source/Systems/Analytics/AnalyticsSystem.cs +5 -32
  159. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  160. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  161. package/Source/Systems/Analytics.meta +1 -1
  162. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  163. package/Source/Systems/Assets/AssetCollection.cs +5 -5
  164. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  165. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  166. package/Source/Systems/Assets/AssetCollectionsResult.cs +0 -17
  167. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  168. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  169. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  170. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  171. package/Source/Systems/Assets/AssetSystem.cs +102 -121
  172. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  173. package/Source/Systems/Assets/AssetsResult.cs +0 -17
  174. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  175. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  176. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  177. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  178. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  179. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  180. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  181. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  182. package/Source/Systems/Assets/LODChainResult.cs +0 -17
  183. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  184. package/Source/Systems/Assets/UriResult.cs +9 -7
  185. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  186. package/Source/Systems/Assets.meta +1 -1
  187. package/Source/Systems/BooleanResult.cs.meta +1 -1
  188. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  189. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  190. package/Source/Systems/ECommerce/CartInfoResult.cs +0 -17
  191. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  192. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  193. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  194. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  195. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  196. package/Source/Systems/ECommerce/ECommerceSystem.cs +30 -57
  197. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  198. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  199. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  200. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  201. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  202. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  203. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  204. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  205. package/Source/Systems/ECommerce.meta +1 -1
  206. package/Source/Systems/ERequestFailureReason.cs +1 -0
  207. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  208. package/Source/Systems/EResultCode.cs.meta +1 -1
  209. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  210. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  211. package/Source/Systems/EventTicketing/EventTicketingSystem.cs +14 -36
  212. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  213. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  214. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  215. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  216. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  217. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  218. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  219. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  220. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  221. package/Source/Systems/EventTicketing.meta +1 -1
  222. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  223. package/Source/Systems/GraphQL/GraphQLSystem.cs +11 -33
  224. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  225. package/Source/Systems/GraphQL.meta +1 -1
  226. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  227. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  228. package/Source/Systems/Log/LogSystem.cs +107 -30
  229. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  230. package/Source/Systems/Log.meta +1 -1
  231. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  232. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +11 -47
  233. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  234. package/Source/Systems/Maintenance/MaintenanceSystem.cs +7 -29
  235. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  236. package/Source/Systems/Maintenance.meta +1 -1
  237. package/Source/Systems/NullResult.cs +0 -17
  238. package/Source/Systems/NullResult.cs.meta +1 -1
  239. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  240. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  241. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  242. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  243. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  244. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  245. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  246. package/Source/Systems/Quota/QuotaSystem.cs +14 -36
  247. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  248. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  249. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  250. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  251. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  252. package/Source/Systems/Quota.meta +1 -1
  253. package/Source/Systems/ResultBase.cs.meta +1 -1
  254. package/Source/Systems/Script/ScriptSystem.cs +11 -33
  255. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  256. package/Source/Systems/Script.meta +1 -1
  257. package/Source/Systems/{Users/CheckoutSessionUrlResult.cs → Settings/AvatarInfoResult.cs} +36 -27
  258. package/Source/{Multiplayer/PropertyUpdateInfo.cs.meta → Systems/Settings/AvatarInfoResult.cs.meta} +1 -1
  259. package/Source/Systems/Settings/AvatarType.cs +25 -0
  260. package/Source/Systems/{Users/CustomerPortalUrlResult.cs.meta → Settings/AvatarType.cs.meta} +1 -1
  261. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  262. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  263. package/Source/Systems/Settings/SettingsSystem.cs +182 -110
  264. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  265. package/Source/Systems/Settings.meta +1 -1
  266. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  267. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  268. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  269. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  270. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  271. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  272. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  273. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  274. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  275. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  276. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  277. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  278. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +0 -17
  279. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  280. package/Source/Systems/Spaces/SpaceMetadataResult.cs +0 -17
  281. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  282. package/Source/Systems/Spaces/SpaceResult.cs +0 -17
  283. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  284. package/Source/Systems/Spaces/SpaceSystem.cs +28 -36
  285. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  286. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  287. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  288. package/Source/Systems/Spaces/SpacesResult.cs +0 -17
  289. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  290. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  291. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  292. package/Source/Systems/Spaces.meta +1 -1
  293. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  294. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  295. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  296. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  297. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  298. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  299. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  300. package/Source/Systems/Spatial/AnchorSystem.cs +14 -36
  301. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  302. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  303. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  304. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  305. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  306. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  307. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  308. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  309. package/Source/Systems/Spatial/PointOfInterestSystem.cs +14 -36
  310. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  311. package/Source/Systems/Spatial.meta +1 -1
  312. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  313. package/Source/Systems/StringResult.cs +0 -17
  314. package/Source/Systems/StringResult.cs.meta +1 -1
  315. package/Source/Systems/SystemBase.cs +0 -22
  316. package/Source/Systems/SystemBase.cs.meta +1 -1
  317. package/Source/Systems/SystemsManager.cs +14 -36
  318. package/Source/Systems/SystemsManager.cs.meta +1 -1
  319. package/Source/Systems/UInt64Result.cs.meta +1 -1
  320. package/Source/Systems/Users/AgoraUserTokenParams.cs +10 -10
  321. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  322. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  323. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  324. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  325. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  326. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  327. package/Source/Systems/Users/LoginStateResult.cs +2 -2
  328. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  329. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  330. package/Source/Systems/Users/{LoginTokenReceived.cs → LoginTokenInfoResult.cs} +12 -12
  331. package/Source/Systems/Users/{AgoraUserTokenResult.cs.meta → LoginTokenInfoResult.cs.meta} +1 -1
  332. package/Source/Systems/Users/Profile.cs.meta +1 -1
  333. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  334. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  335. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  336. package/Source/Systems/Users/UserSystem.cs +80 -89
  337. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  338. package/Source/Systems/Users.meta +1 -1
  339. package/Source/Systems/Voip/VoipSystem.cs +4 -26
  340. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  341. package/Source/Systems/Voip.meta +1 -1
  342. package/Source/Systems.meta +1 -1
  343. package/Source/Web/EResponseCodes.cs.meta +1 -1
  344. package/Source/Web.meta +1 -1
  345. package/Source/WrapperHelper.cs.meta +1 -1
  346. package/Source.meta +1 -1
  347. package/android64/libConnectedSpacesPlatform.so +0 -0
  348. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  349. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  350. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  351. package/android64.meta +1 -1
  352. package/ios/libConnectedSpacesPlatform.a +0 -0
  353. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  354. package/ios/libcrypto.a.meta +1 -1
  355. package/ios/libssl.a.meta +1 -1
  356. package/ios.meta +1 -1
  357. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  358. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  359. package/macosx.meta +1 -1
  360. package/package.json +1 -1
  361. package/package.json.meta +1 -1
  362. package/windows/ConnectedSpacesPlatform.dll +0 -0
  363. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  364. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  365. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  366. package/windows.meta +1 -1
  367. package/Source/Multiplayer/PropertyUpdateInfo.cs +0 -159
  368. package/Source/Systems/Users/AgoraUserTokenResult.cs +0 -130
  369. package/Source/Systems/Users/CustomerPortalUrlResult.cs +0 -141
  370. package/Source/Systems/Users/LoginTokenReceived.cs.meta +0 -11
  371. package/Source/Systems/Users/LogoutResult.cs +0 -105
  372. package/Source/Systems/Users/LogoutResult.cs.meta +0 -11
  373. package/Source/Systems/Users/PingResponseReceived.cs +0 -106
  374. package/Source/Systems/Users/PingResponseReceived.cs.meta +0 -11
@@ -37,23 +37,8 @@ namespace Csp.Systems
37
37
  ),
38
38
  SuppressUnmanagedCodeSecurity
39
39
  ]
40
- static extern void csp_systems_SettingsSystem_Dtor(IntPtr @class);
41
-
42
- [
43
- DllImport(
44
- #if !UNITY_EDITOR && UNITY_IOS
45
- "__Internal"
46
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
47
- "ConnectedSpacesPlatform_D"
48
- #else
49
- "ConnectedSpacesPlatform"
50
- #endif
51
- ),
52
- SuppressUnmanagedCodeSecurity
53
- ]
54
- static extern void csp_systems_SettingsSystem_SetNDAStatus_void_StringRC_bool_NullResultCallback(
40
+ static extern void csp_systems_SettingsSystem_SetNDAStatus_void_bool_NullResultCallback(
55
41
  IntPtr @class,
56
- string InUserId,
57
42
  bool InValue,
58
43
  SetNDAStatusCallbackDelegate callback,
59
44
  IntPtr callbackStateObject
@@ -71,9 +56,8 @@ namespace Csp.Systems
71
56
  ),
72
57
  SuppressUnmanagedCodeSecurity
73
58
  ]
74
- static extern void csp_systems_SettingsSystem_GetNDAStatus_void_StringRC_BooleanResultCallback(
59
+ static extern void csp_systems_SettingsSystem_GetNDAStatus_void_BooleanResultCallback(
75
60
  IntPtr @class,
76
- string InUserId,
77
61
  GetNDAStatusCallbackDelegate callback,
78
62
  IntPtr callbackStateObject
79
63
  );
@@ -90,9 +74,8 @@ namespace Csp.Systems
90
74
  ),
91
75
  SuppressUnmanagedCodeSecurity
92
76
  ]
93
- static extern void csp_systems_SettingsSystem_SetNewsletterStatus_void_StringRC_bool_NullResultCallback(
77
+ static extern void csp_systems_SettingsSystem_SetNewsletterStatus_void_bool_NullResultCallback(
94
78
  IntPtr @class,
95
- string InUserId,
96
79
  bool InValue,
97
80
  SetNewsletterStatusCallbackDelegate callback,
98
81
  IntPtr callbackStateObject
@@ -110,9 +93,8 @@ namespace Csp.Systems
110
93
  ),
111
94
  SuppressUnmanagedCodeSecurity
112
95
  ]
113
- static extern void csp_systems_SettingsSystem_GetNewsletterStatus_void_StringRC_BooleanResultCallback(
96
+ static extern void csp_systems_SettingsSystem_GetNewsletterStatus_void_BooleanResultCallback(
114
97
  IntPtr @class,
115
- string InUserId,
116
98
  GetNewsletterStatusCallbackDelegate callback,
117
99
  IntPtr callbackStateObject
118
100
  );
@@ -129,9 +111,8 @@ namespace Csp.Systems
129
111
  ),
130
112
  SuppressUnmanagedCodeSecurity
131
113
  ]
132
- static extern void csp_systems_SettingsSystem_AddRecentlyVisitedSpace_void_StringRC_StringC_NullResultCallback(
114
+ static extern void csp_systems_SettingsSystem_AddRecentlyVisitedSpace_void_StringC_NullResultCallback(
133
115
  IntPtr @class,
134
- string InUserId,
135
116
  string InSpaceID,
136
117
  AddRecentlyVisitedSpaceCallbackDelegate callback,
137
118
  IntPtr callbackStateObject
@@ -149,9 +130,8 @@ namespace Csp.Systems
149
130
  ),
150
131
  SuppressUnmanagedCodeSecurity
151
132
  ]
152
- static extern void csp_systems_SettingsSystem_GetRecentlyVisitedSpaces_void_StringRC_StringArrayResultCallback(
133
+ static extern void csp_systems_SettingsSystem_GetRecentlyVisitedSpaces_void_StringArrayResultCallback(
153
134
  IntPtr @class,
154
- string InUserId,
155
135
  GetRecentlyVisitedSpacesCallbackDelegate callback,
156
136
  IntPtr callbackStateObject
157
137
  );
@@ -168,9 +148,8 @@ namespace Csp.Systems
168
148
  ),
169
149
  SuppressUnmanagedCodeSecurity
170
150
  ]
171
- static extern void csp_systems_SettingsSystem_ClearRecentlyVisitedSpaces_void_StringRC_NullResultCallback(
151
+ static extern void csp_systems_SettingsSystem_ClearRecentlyVisitedSpaces_void_NullResultCallback(
172
152
  IntPtr @class,
173
- string InUserId,
174
153
  ClearRecentlyVisitedSpacesCallbackDelegate callback,
175
154
  IntPtr callbackStateObject
176
155
  );
@@ -187,9 +166,8 @@ namespace Csp.Systems
187
166
  ),
188
167
  SuppressUnmanagedCodeSecurity
189
168
  ]
190
- static extern void csp_systems_SettingsSystem_AddBlockedSpace_void_StringRC_StringC_NullResultCallback(
169
+ static extern void csp_systems_SettingsSystem_AddBlockedSpace_void_StringC_NullResultCallback(
191
170
  IntPtr @class,
192
- string InUserId,
193
171
  string InSpaceID,
194
172
  AddBlockedSpaceCallbackDelegate callback,
195
173
  IntPtr callbackStateObject
@@ -207,9 +185,8 @@ namespace Csp.Systems
207
185
  ),
208
186
  SuppressUnmanagedCodeSecurity
209
187
  ]
210
- static extern void csp_systems_SettingsSystem_RemoveBlockedSpace_void_StringRC_StringC_NullResultCallback(
188
+ static extern void csp_systems_SettingsSystem_RemoveBlockedSpace_void_StringC_NullResultCallback(
211
189
  IntPtr @class,
212
- string InUserId,
213
190
  string InSpaceID,
214
191
  RemoveBlockedSpaceCallbackDelegate callback,
215
192
  IntPtr callbackStateObject
@@ -227,9 +204,8 @@ namespace Csp.Systems
227
204
  ),
228
205
  SuppressUnmanagedCodeSecurity
229
206
  ]
230
- static extern void csp_systems_SettingsSystem_GetBlockedSpaces_void_StringRC_StringArrayResultCallback(
207
+ static extern void csp_systems_SettingsSystem_GetBlockedSpaces_void_StringArrayResultCallback(
231
208
  IntPtr @class,
232
- string InUserId,
233
209
  GetBlockedSpacesCallbackDelegate callback,
234
210
  IntPtr callbackStateObject
235
211
  );
@@ -246,9 +222,8 @@ namespace Csp.Systems
246
222
  ),
247
223
  SuppressUnmanagedCodeSecurity
248
224
  ]
249
- static extern void csp_systems_SettingsSystem_ClearBlockedSpaces_void_StringRC_NullResultCallback(
225
+ static extern void csp_systems_SettingsSystem_ClearBlockedSpaces_void_NullResultCallback(
250
226
  IntPtr @class,
251
- string InUserId,
252
227
  ClearBlockedSpacesCallbackDelegate callback,
253
228
  IntPtr callbackStateObject
254
229
  );
@@ -265,9 +240,8 @@ namespace Csp.Systems
265
240
  ),
266
241
  SuppressUnmanagedCodeSecurity
267
242
  ]
268
- static extern void csp_systems_SettingsSystem_UpdateAvatarPortrait_void_StringRC_FileAssetDataSourceRC_NullResultCallback(
243
+ static extern void csp_systems_SettingsSystem_UpdateAvatarPortrait_void_FileAssetDataSourceRC_NullResultCallback(
269
244
  IntPtr @class,
270
- string UserId,
271
245
  IntPtr NewAvatarPortrait,
272
246
  UpdateAvatarPortraitCallbackDelegate callback,
273
247
  IntPtr callbackStateObject
@@ -285,9 +259,8 @@ namespace Csp.Systems
285
259
  ),
286
260
  SuppressUnmanagedCodeSecurity
287
261
  ]
288
- static extern void csp_systems_SettingsSystem_GetAvatarPortrait_void_StringRC_UriResultCallback(
262
+ static extern void csp_systems_SettingsSystem_GetAvatarPortrait_void_UriResultCallback(
289
263
  IntPtr @class,
290
- string UserId,
291
264
  GetAvatarPortraitCallbackDelegate callback,
292
265
  IntPtr callbackStateObject
293
266
  );
@@ -304,14 +277,51 @@ namespace Csp.Systems
304
277
  ),
305
278
  SuppressUnmanagedCodeSecurity
306
279
  ]
307
- static extern void csp_systems_SettingsSystem_UpdateAvatarPortraitWithBuffer_void_StringRC_BufferAssetDataSourceRC_NullResultCallback(
280
+ static extern void csp_systems_SettingsSystem_UpdateAvatarPortraitWithBuffer_void_BufferAssetDataSourceRC_NullResultCallback(
308
281
  IntPtr @class,
309
- string UserId,
310
282
  IntPtr NewAvatarPortrait,
311
283
  UpdateAvatarPortraitWithBufferCallbackDelegate callback,
312
284
  IntPtr callbackStateObject
313
285
  );
314
286
 
287
+ [
288
+ DllImport(
289
+ #if !UNITY_EDITOR && UNITY_IOS
290
+ "__Internal"
291
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
292
+ "ConnectedSpacesPlatform_D"
293
+ #else
294
+ "ConnectedSpacesPlatform"
295
+ #endif
296
+ ),
297
+ SuppressUnmanagedCodeSecurity
298
+ ]
299
+ static extern void csp_systems_SettingsSystem_SetAvatarInfo_void_AvatarType_VariantRC_NullResultCallback(
300
+ IntPtr @class,
301
+ AvatarType InType,
302
+ IntPtr InIdentifier,
303
+ SetAvatarInfoCallbackDelegate callback,
304
+ IntPtr callbackStateObject
305
+ );
306
+
307
+ [
308
+ DllImport(
309
+ #if !UNITY_EDITOR && UNITY_IOS
310
+ "__Internal"
311
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
312
+ "ConnectedSpacesPlatform_D"
313
+ #else
314
+ "ConnectedSpacesPlatform"
315
+ #endif
316
+ ),
317
+ SuppressUnmanagedCodeSecurity
318
+ ]
319
+ static extern void csp_systems_SettingsSystem_GetAvatarInfo_void_AvatarInfoResultCallback(
320
+ IntPtr @class,
321
+ GetAvatarInfoCallbackDelegate callback,
322
+ IntPtr callbackStateObject
323
+ );
324
+
315
325
  [
316
326
  DllImport(
317
327
  #if !UNITY_EDITOR && UNITY_IOS
@@ -326,6 +336,20 @@ namespace Csp.Systems
326
336
  ]
327
337
  static extern NativePointer csp_systems_SettingsSystem_Ctor();
328
338
 
339
+ [
340
+ DllImport(
341
+ #if !UNITY_EDITOR && UNITY_IOS
342
+ "__Internal"
343
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
344
+ "ConnectedSpacesPlatform_D"
345
+ #else
346
+ "ConnectedSpacesPlatform"
347
+ #endif
348
+ ),
349
+ SuppressUnmanagedCodeSecurity
350
+ ]
351
+ static extern void csp_systems_SettingsSystem_Dtor(IntPtr @class);
352
+
329
353
  #pragma warning restore IDE1006
330
354
  #endregion
331
355
 
@@ -366,27 +390,9 @@ namespace Csp.Systems
366
390
 
367
391
  delegate void UpdateAvatarPortraitWithBufferCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
368
392
 
369
- ~SettingsSystem()
370
- {
371
- //RealDispose();
372
- }
373
-
374
- void RealDispose()
375
- {
376
- if (_ownsPtr && !_disposed)
377
- {
378
- csp_systems_SettingsSystem_Dtor(_ptr);
379
- _disposed = true;
380
- }
393
+ delegate void SetAvatarInfoCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
381
394
 
382
- _disposed = true;
383
- }
384
-
385
- new public void Dispose()
386
- {
387
- RealDispose();
388
- GC.SuppressFinalize(this);
389
- }
395
+ delegate void GetAvatarInfoCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
390
396
 
391
397
  #if !UNITY_EDITOR && ENABLE_IL2CPP
392
398
  [AOT.MonoPInvokeCallback (typeof (SetNDAStatusCallbackDelegate))]
@@ -416,14 +422,13 @@ namespace Csp.Systems
416
422
  /// <param name="InValue">Boolean reflecting desired state to store in magnopus connected services.</param>
417
423
  /// <returns>The result for the request</returns>
418
424
 
419
- public Task<Csp.Systems.NullResult> SetNDAStatus(string InUserId, bool InValue)
425
+ public Task<Csp.Systems.NullResult> SetNDAStatus(bool InValue)
420
426
  {
421
427
  var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
422
428
  var handle = GCHandle.Alloc(tcs);
423
429
 
424
- csp_systems_SettingsSystem_SetNDAStatus_void_StringRC_bool_NullResultCallback(
430
+ csp_systems_SettingsSystem_SetNDAStatus_void_bool_NullResultCallback(
425
431
  _ptr,
426
- InUserId,
427
432
  InValue,
428
433
  SetNDAStatusDelegateInstance,
429
434
  (IntPtr)handle
@@ -458,14 +463,13 @@ namespace Csp.Systems
458
463
  /// <summary>Get a boolean indicating whether the current user has completed a non-disclosure agreement.</summary>
459
464
  /// <returns>The result for the request</returns>
460
465
 
461
- public Task<Csp.Systems.BooleanResult> GetNDAStatus(string InUserId)
466
+ public Task<Csp.Systems.BooleanResult> GetNDAStatus()
462
467
  {
463
468
  var tcs = new TaskCompletionSource<Csp.Systems.BooleanResult>(this);
464
469
  var handle = GCHandle.Alloc(tcs);
465
470
 
466
- csp_systems_SettingsSystem_GetNDAStatus_void_StringRC_BooleanResultCallback(
471
+ csp_systems_SettingsSystem_GetNDAStatus_void_BooleanResultCallback(
467
472
  _ptr,
468
- InUserId,
469
473
  GetNDAStatusDelegateInstance,
470
474
  (IntPtr)handle
471
475
  );
@@ -501,14 +505,13 @@ namespace Csp.Systems
501
505
  /// <param name="InValue">Boolean reflecting desired state to store in magnopus connected services</param>
502
506
  /// <returns>The result for the request</returns>
503
507
 
504
- public Task<Csp.Systems.NullResult> SetNewsletterStatus(string InUserId, bool InValue)
508
+ public Task<Csp.Systems.NullResult> SetNewsletterStatus(bool InValue)
505
509
  {
506
510
  var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
507
511
  var handle = GCHandle.Alloc(tcs);
508
512
 
509
- csp_systems_SettingsSystem_SetNewsletterStatus_void_StringRC_bool_NullResultCallback(
513
+ csp_systems_SettingsSystem_SetNewsletterStatus_void_bool_NullResultCallback(
510
514
  _ptr,
511
- InUserId,
512
515
  InValue,
513
516
  SetNewsletterStatusDelegateInstance,
514
517
  (IntPtr)handle
@@ -543,14 +546,13 @@ namespace Csp.Systems
543
546
  /// <summary>Get a boolean indicating whether the current user has opted into receiving a newsletter.</summary>
544
547
  /// <returns>The result for the request</returns>
545
548
 
546
- public Task<Csp.Systems.BooleanResult> GetNewsletterStatus(string InUserId)
549
+ public Task<Csp.Systems.BooleanResult> GetNewsletterStatus()
547
550
  {
548
551
  var tcs = new TaskCompletionSource<Csp.Systems.BooleanResult>(this);
549
552
  var handle = GCHandle.Alloc(tcs);
550
553
 
551
- csp_systems_SettingsSystem_GetNewsletterStatus_void_StringRC_BooleanResultCallback(
554
+ csp_systems_SettingsSystem_GetNewsletterStatus_void_BooleanResultCallback(
552
555
  _ptr,
553
- InUserId,
554
556
  GetNewsletterStatusDelegateInstance,
555
557
  (IntPtr)handle
556
558
  );
@@ -587,14 +589,13 @@ namespace Csp.Systems
587
589
  /// <param name="InSpaceID">SpaceID of most recent space entered</param>
588
590
  /// <returns>The result for the request</returns>
589
591
 
590
- public Task<Csp.Systems.NullResult> AddRecentlyVisitedSpace(string InUserId, string InSpaceID)
592
+ public Task<Csp.Systems.NullResult> AddRecentlyVisitedSpace(string InSpaceID)
591
593
  {
592
594
  var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
593
595
  var handle = GCHandle.Alloc(tcs);
594
596
 
595
- csp_systems_SettingsSystem_AddRecentlyVisitedSpace_void_StringRC_StringC_NullResultCallback(
597
+ csp_systems_SettingsSystem_AddRecentlyVisitedSpace_void_StringC_NullResultCallback(
596
598
  _ptr,
597
- InUserId,
598
599
  InSpaceID,
599
600
  AddRecentlyVisitedSpaceDelegateInstance,
600
601
  (IntPtr)handle
@@ -630,14 +631,13 @@ namespace Csp.Systems
630
631
  /// <remarks>Returns an csp::common::Array of csp::common::Strings ordered from most to least recent spaces up to a maximum of 10 entries.</remarks>
631
632
  /// <returns>The result for the request</returns>
632
633
 
633
- public Task<Csp.Systems.StringArrayResult> GetRecentlyVisitedSpaces(string InUserId)
634
+ public Task<Csp.Systems.StringArrayResult> GetRecentlyVisitedSpaces()
634
635
  {
635
636
  var tcs = new TaskCompletionSource<Csp.Systems.StringArrayResult>(this);
636
637
  var handle = GCHandle.Alloc(tcs);
637
638
 
638
- csp_systems_SettingsSystem_GetRecentlyVisitedSpaces_void_StringRC_StringArrayResultCallback(
639
+ csp_systems_SettingsSystem_GetRecentlyVisitedSpaces_void_StringArrayResultCallback(
639
640
  _ptr,
640
- InUserId,
641
641
  GetRecentlyVisitedSpacesDelegateInstance,
642
642
  (IntPtr)handle
643
643
  );
@@ -671,14 +671,13 @@ namespace Csp.Systems
671
671
  /// <summary>Clear the list of recently-visited spaces for the current user.</summary>
672
672
  /// <returns>The result for the request</returns>
673
673
 
674
- public Task<Csp.Systems.NullResult> ClearRecentlyVisitedSpaces(string InUserId)
674
+ public Task<Csp.Systems.NullResult> ClearRecentlyVisitedSpaces()
675
675
  {
676
676
  var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
677
677
  var handle = GCHandle.Alloc(tcs);
678
678
 
679
- csp_systems_SettingsSystem_ClearRecentlyVisitedSpaces_void_StringRC_NullResultCallback(
679
+ csp_systems_SettingsSystem_ClearRecentlyVisitedSpaces_void_NullResultCallback(
680
680
  _ptr,
681
- InUserId,
682
681
  ClearRecentlyVisitedSpacesDelegateInstance,
683
682
  (IntPtr)handle
684
683
  );
@@ -715,14 +714,13 @@ namespace Csp.Systems
715
714
  /// <param name="InSpaceID">SpaceID of most space to block</param>
716
715
  /// <returns>The result for the request</returns>
717
716
 
718
- public Task<Csp.Systems.NullResult> AddBlockedSpace(string InUserId, string InSpaceID)
717
+ public Task<Csp.Systems.NullResult> AddBlockedSpace(string InSpaceID)
719
718
  {
720
719
  var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
721
720
  var handle = GCHandle.Alloc(tcs);
722
721
 
723
- csp_systems_SettingsSystem_AddBlockedSpace_void_StringRC_StringC_NullResultCallback(
722
+ csp_systems_SettingsSystem_AddBlockedSpace_void_StringC_NullResultCallback(
724
723
  _ptr,
725
- InUserId,
726
724
  InSpaceID,
727
725
  AddBlockedSpaceDelegateInstance,
728
726
  (IntPtr)handle
@@ -758,14 +756,13 @@ namespace Csp.Systems
758
756
  /// <param name="InSpaceID">SpaceID of most space to block</param>
759
757
  /// <returns>The result for the request</returns>
760
758
 
761
- public Task<Csp.Systems.NullResult> RemoveBlockedSpace(string InUserId, string InSpaceID)
759
+ public Task<Csp.Systems.NullResult> RemoveBlockedSpace(string InSpaceID)
762
760
  {
763
761
  var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
764
762
  var handle = GCHandle.Alloc(tcs);
765
763
 
766
- csp_systems_SettingsSystem_RemoveBlockedSpace_void_StringRC_StringC_NullResultCallback(
764
+ csp_systems_SettingsSystem_RemoveBlockedSpace_void_StringC_NullResultCallback(
767
765
  _ptr,
768
- InUserId,
769
766
  InSpaceID,
770
767
  RemoveBlockedSpaceDelegateInstance,
771
768
  (IntPtr)handle
@@ -801,14 +798,13 @@ namespace Csp.Systems
801
798
  /// <remarks>Returns an csp::common::Array of csp::common::Strings ordered from most to least recent blocked spaces.</remarks>
802
799
  /// <returns>The result for the request</returns>
803
800
 
804
- public Task<Csp.Systems.StringArrayResult> GetBlockedSpaces(string InUserId)
801
+ public Task<Csp.Systems.StringArrayResult> GetBlockedSpaces()
805
802
  {
806
803
  var tcs = new TaskCompletionSource<Csp.Systems.StringArrayResult>(this);
807
804
  var handle = GCHandle.Alloc(tcs);
808
805
 
809
- csp_systems_SettingsSystem_GetBlockedSpaces_void_StringRC_StringArrayResultCallback(
806
+ csp_systems_SettingsSystem_GetBlockedSpaces_void_StringArrayResultCallback(
810
807
  _ptr,
811
- InUserId,
812
808
  GetBlockedSpacesDelegateInstance,
813
809
  (IntPtr)handle
814
810
  );
@@ -842,14 +838,13 @@ namespace Csp.Systems
842
838
  /// <summary>Clear the list of blocked Spaces for the current user.</summary>
843
839
  /// <returns>The result for the request</returns>
844
840
 
845
- public Task<Csp.Systems.NullResult> ClearBlockedSpaces(string InUserId)
841
+ public Task<Csp.Systems.NullResult> ClearBlockedSpaces()
846
842
  {
847
843
  var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
848
844
  var handle = GCHandle.Alloc(tcs);
849
845
 
850
- csp_systems_SettingsSystem_ClearBlockedSpaces_void_StringRC_NullResultCallback(
846
+ csp_systems_SettingsSystem_ClearBlockedSpaces_void_NullResultCallback(
851
847
  _ptr,
852
- InUserId,
853
848
  ClearBlockedSpacesDelegateInstance,
854
849
  (IntPtr)handle
855
850
  );
@@ -881,20 +876,16 @@ namespace Csp.Systems
881
876
  UpdateAvatarPortraitCallbackDelegateFunction;
882
877
 
883
878
  /// <summary>Updates the Portrait Avatar image or adds one if it didn't have it previously using FileAssetDataSource</summary>
884
- /// <param name="UserId">UserId of Avatar Portrait</param>
885
879
  /// <param name="NewAvatarPortrait">New Portrait Avatar information</param>
886
880
  /// <returns>The result for the request</returns>
887
881
 
888
- public Task<Csp.Systems.NullResult> UpdateAvatarPortrait(
889
- string UserId,
890
- Csp.Systems.FileAssetDataSource NewAvatarPortrait
891
- ) {
882
+ public Task<Csp.Systems.NullResult> UpdateAvatarPortrait(Csp.Systems.FileAssetDataSource NewAvatarPortrait)
883
+ {
892
884
  var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
893
885
  var handle = GCHandle.Alloc(tcs);
894
886
 
895
- csp_systems_SettingsSystem_UpdateAvatarPortrait_void_StringRC_FileAssetDataSourceRC_NullResultCallback(
887
+ csp_systems_SettingsSystem_UpdateAvatarPortrait_void_FileAssetDataSourceRC_NullResultCallback(
896
888
  _ptr,
897
- UserId,
898
889
  NewAvatarPortrait._ptr,
899
890
  UpdateAvatarPortraitDelegateInstance,
900
891
  (IntPtr)handle
@@ -929,17 +920,15 @@ namespace Csp.Systems
929
920
  /// <summary>Retrieves the Avatar Portrait information associated with the space</summary>
930
921
  /// <remarks>If the user of the Avatar portrait associated with it the result callback will be successful, the HTTP res code will be ResponseNotFound</remarks>
931
922
  /// <remarks>and the Uri field inside the UriResult will be empty</remarks>
932
- /// <param name="UserId">UserId of Avatar Portrait</param>
933
923
  /// <returns>Result class</returns>
934
924
 
935
- public Task<Csp.Systems.UriResult> GetAvatarPortrait(string UserId)
925
+ public Task<Csp.Systems.UriResult> GetAvatarPortrait()
936
926
  {
937
927
  var tcs = new TaskCompletionSource<Csp.Systems.UriResult>(this);
938
928
  var handle = GCHandle.Alloc(tcs);
939
929
 
940
- csp_systems_SettingsSystem_GetAvatarPortrait_void_StringRC_UriResultCallback(
930
+ csp_systems_SettingsSystem_GetAvatarPortrait_void_UriResultCallback(
941
931
  _ptr,
942
- UserId,
943
932
  GetAvatarPortraitDelegateInstance,
944
933
  (IntPtr)handle
945
934
  );
@@ -971,20 +960,17 @@ namespace Csp.Systems
971
960
  UpdateAvatarPortraitWithBufferCallbackDelegateFunction;
972
961
 
973
962
  /// <summary>Updates the Avatar Portrait image or adds one if it didn't have it previously using BufferAssetDataSource</summary>
974
- /// <param name="UserId">UserId of Avatar Portrait</param>
975
963
  /// <param name="NewAvatarPortrait">New Avatar Portrait information</param>
976
964
  /// <returns>The result for the request</returns>
977
965
 
978
966
  public Task<Csp.Systems.NullResult> UpdateAvatarPortraitWithBuffer(
979
- string UserId,
980
967
  Csp.Systems.BufferAssetDataSource NewAvatarPortrait
981
968
  ) {
982
969
  var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
983
970
  var handle = GCHandle.Alloc(tcs);
984
971
 
985
- csp_systems_SettingsSystem_UpdateAvatarPortraitWithBuffer_void_StringRC_BufferAssetDataSourceRC_NullResultCallback(
972
+ csp_systems_SettingsSystem_UpdateAvatarPortraitWithBuffer_void_BufferAssetDataSourceRC_NullResultCallback(
986
973
  _ptr,
987
- UserId,
988
974
  NewAvatarPortrait._ptr,
989
975
  UpdateAvatarPortraitWithBufferDelegateInstance,
990
976
  (IntPtr)handle
@@ -993,6 +979,92 @@ namespace Csp.Systems
993
979
  return tcs.Task;
994
980
  }
995
981
 
982
+ #if !UNITY_EDITOR && ENABLE_IL2CPP
983
+ [AOT.MonoPInvokeCallback (typeof (SetAvatarInfoCallbackDelegate))]
984
+ #endif
985
+ static void SetAvatarInfoCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
986
+ {
987
+ var _handle = (GCHandle)_StateObject__;
988
+ var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
989
+ var _this = (SettingsSystem)tcs.Task.AsyncState;
990
+
991
+ var task_result = new Csp.Systems.NullResult(_Result);
992
+
993
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
994
+ {
995
+ return;
996
+ }
997
+
998
+ tcs.SetResult(task_result);
999
+ _handle.Free();
1000
+ }
1001
+
1002
+ static readonly SetAvatarInfoCallbackDelegate SetAvatarInfoDelegateInstance =
1003
+ SetAvatarInfoCallbackDelegateFunction;
1004
+
1005
+ /// <summary>Sets the avatar type and identifier for a user.</summary>
1006
+ /// <param name="InType">The type of avatar (predefined, Ready Player Me, or custom).</param>
1007
+ /// <param name="InIdentifier">A value used to identify or locate the avatar. Differs depending on the value of InType.</param>
1008
+ /// <returns>The result for the request</returns>
1009
+
1010
+ public Task<Csp.Systems.NullResult> SetAvatarInfo(
1011
+ Csp.Systems.AvatarType InType,
1012
+ Csp.Common.Variant InIdentifier
1013
+ ) {
1014
+ var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
1015
+ var handle = GCHandle.Alloc(tcs);
1016
+
1017
+ csp_systems_SettingsSystem_SetAvatarInfo_void_AvatarType_VariantRC_NullResultCallback(
1018
+ _ptr,
1019
+ InType,
1020
+ InIdentifier._ptr,
1021
+ SetAvatarInfoDelegateInstance,
1022
+ (IntPtr)handle
1023
+ );
1024
+
1025
+ return tcs.Task;
1026
+ }
1027
+
1028
+ #if !UNITY_EDITOR && ENABLE_IL2CPP
1029
+ [AOT.MonoPInvokeCallback (typeof (GetAvatarInfoCallbackDelegate))]
1030
+ #endif
1031
+ static void GetAvatarInfoCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
1032
+ {
1033
+ var _handle = (GCHandle)_StateObject__;
1034
+ var tcs = (TaskCompletionSource<Csp.Systems.AvatarInfoResult>)_handle.Target;
1035
+ var _this = (SettingsSystem)tcs.Task.AsyncState;
1036
+
1037
+ var task_result = new Csp.Systems.AvatarInfoResult(_Result);
1038
+
1039
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
1040
+ {
1041
+ return;
1042
+ }
1043
+
1044
+ tcs.SetResult(task_result);
1045
+ _handle.Free();
1046
+ }
1047
+
1048
+ static readonly GetAvatarInfoCallbackDelegate GetAvatarInfoDelegateInstance =
1049
+ GetAvatarInfoCallbackDelegateFunction;
1050
+
1051
+ /// <summary>Retrieves the avatar type and identifier for a user.</summary>
1052
+ /// <returns>Result class</returns>
1053
+
1054
+ public Task<Csp.Systems.AvatarInfoResult> GetAvatarInfo()
1055
+ {
1056
+ var tcs = new TaskCompletionSource<Csp.Systems.AvatarInfoResult>(this);
1057
+ var handle = GCHandle.Alloc(tcs);
1058
+
1059
+ csp_systems_SettingsSystem_GetAvatarInfo_void_AvatarInfoResultCallback(
1060
+ _ptr,
1061
+ GetAvatarInfoDelegateInstance,
1062
+ (IntPtr)handle
1063
+ );
1064
+
1065
+ return tcs.Task;
1066
+ }
1067
+
996
1068
  protected SettingsSystem() { }
997
1069
  }
998
1070
  }
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 63f7fec09f3e4ef2881a8ef4ba6260ac
2
+ guid: 4c809cbcb5964054826fbff6905987cb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 518bdcef7894406ebeb0e9a4f59dac9f
2
+ guid: 5b65d3f22e17493b8bae04c3a0150284
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 65835c5ecd6c4a4c93abc3342081c16e
2
+ guid: 663567dfa9344936b322ae9c0b4ca2bc
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 57127bf1cec34d44871af93d1505e110
2
+ guid: 31eba9a8dfa64e6a9e5b02e534805188
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6d581be8478f47469879b002b3ef85fc
2
+ guid: 5b167c9f760e4c7a971a63a5930cb533
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e387d49f9f174dd9934a546391b4e8b0
2
+ guid: 29fd05a7d4ed47858922aee68168dd33
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e2d355d56b704c96af364b7cff446b56
2
+ guid: dfe780b54d574dfe80b8e1d17f084d96
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5992a34fa3bc4840833edc06ccd82295
2
+ guid: 8d4213bcdbd5455291b392dd1ca38569
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8cdc5c1d44864a0198d2b57bd24d44ef
2
+ guid: eb0e30d7ee694bb1922706273d19172d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2