connected-spaces-platform.unity.core 4.18.0 → 4.20.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.
- package/Editor/NativePluginBuildProcessor.cs +1 -10
- package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +10 -62
- package/README.md.meta +1 -1
- package/Source/CSPFoundation.cs +13 -13
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs +14 -14
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs +5 -5
- package/Source/Common/CancellationToken.cs.meta +1 -1
- package/Source/Common/FileExtensions.cs +898 -898
- package/Source/Common/FileExtensions.cs.meta +1 -1
- package/Source/Common/List.cs.meta +1 -1
- package/Source/Common/Map.cs.meta +1 -1
- package/Source/Common/MimeTypeHelper.cs +8 -8
- package/Source/Common/MimeTypeHelper.cs.meta +1 -1
- package/Source/Common/MimeTypes.cs +614 -614
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/Variant.cs +22 -22
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector3.cs +11 -11
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs +14 -14
- package/Source/Common/Vector4.cs.meta +1 -1
- package/Source/Common.meta +1 -1
- package/Source/Csp.cs +3 -3
- package/Source/Csp.cs.meta +1 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/EndpointURIs.cs +14 -14
- package/Source/EndpointURIs.cs.meta +1 -1
- package/Source/Il2cppPreserver.cs.meta +1 -1
- package/Source/Multiplayer/AssetDetailBlobParams.cs +12 -12
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
- package/Source/Multiplayer/ComponentBase.cs +10 -10
- package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
- package/Source/Multiplayer/ComponentType.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateInfo.cs +6 -6
- package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +28 -28
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs +24 -24
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs +32 -32
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
- package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +22 -22
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +27 -27
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +27 -27
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs +11 -11
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +6 -6
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +22 -22
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +20 -20
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogSpaceComponent.cs +32 -32
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs +26 -26
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces.meta +1 -1
- package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightSpaceComponent.cs +32 -32
- package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs +11 -11
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +16 -16
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs +8 -8
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs +5 -5
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +22 -22
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +44 -44
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components.meta +1 -1
- package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs +14 -14
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationInfo.cs +8 -8
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationResult.cs +4 -4
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationSystem.cs +12 -34
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +5 -5
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageInfo.cs +6 -6
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageResult.cs +4 -4
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation.meta +1 -1
- package/Source/Multiplayer/ConversationSystemParams.cs +6 -6
- package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
- package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
- package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
- package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerConnection.cs +22 -22
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValue.cs +22 -22
- package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
- package/Source/Multiplayer/Script/EntityScript.cs +17 -17
- package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
- package/Source/Multiplayer/Script.meta +1 -1
- package/Source/Multiplayer/SpaceEntity.cs +65 -39
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs +52 -74
- package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
- package/Source/Multiplayer/SpaceTransform.cs +9 -9
- package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
- package/Source/Multiplayer/UserPermissionsParams.cs +10 -10
- package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
- package/Source/Multiplayer.meta +1 -1
- package/Source/NativeClassWrapper.cs.meta +1 -1
- package/Source/ProgressEventArgs.cs.meta +1 -1
- package/Source/Ref.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEvent.cs +11 -11
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs +2 -2
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs +8 -35
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs +2 -2
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/Asset.cs +35 -35
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs +36 -36
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs +3 -3
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs +4 -4
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs +6 -6
- package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/AssetResult.cs +4 -4
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs +124 -143
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs +4 -4
- package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
- package/Source/Systems/Assets/BufferAssetDataSource.cs +8 -8
- package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
- package/Source/Systems/Assets/FileAssetDataSource.cs +6 -6
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/LODAsset.cs +6 -6
- package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
- package/Source/Systems/Assets/LODChain.cs +6 -6
- package/Source/Systems/Assets/LODChain.cs.meta +1 -1
- package/Source/Systems/Assets/LODChainResult.cs +3 -3
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs +6 -6
- package/Source/Systems/Assets/UriResult.cs.meta +1 -1
- package/Source/Systems/Assets.meta +1 -1
- package/Source/Systems/BooleanResult.cs +5 -5
- package/Source/Systems/BooleanResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +3 -3
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfo.cs +10 -10
- package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs +8 -8
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs +6 -6
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs +6 -6
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs +37 -64
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfo.cs +16 -16
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs +12 -12
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs +16 -16
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +12 -12
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +4 -4
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs +6 -6
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce.meta +1 -1
- package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
- package/Source/Systems/EResultCode.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicket.cs +18 -18
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketResult.cs +3 -3
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs +21 -43
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +3 -3
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs +14 -14
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +10 -10
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLResult.cs +4 -4
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs +15 -37
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
- package/Source/Systems/GraphQL.meta +1 -1
- package/Source/Systems/HTTPHeadersResult.cs +5 -5
- package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
- package/Source/Systems/Log/LogLevel.cs.meta +1 -1
- package/Source/Systems/Log/LogSystem.cs +27 -49
- package/Source/Systems/Log/LogSystem.cs.meta +1 -1
- package/Source/Systems/Log.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfo.cs +9 -9
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +7 -7
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs +10 -32
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
- package/Source/Systems/Maintenance.meta +1 -1
- package/Source/Systems/NullResult.cs +3 -3
- package/Source/Systems/NullResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitInfo.cs +8 -8
- package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitResult.cs +3 -3
- package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaInfo.cs +10 -10
- package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaResult.cs +3 -3
- package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesLimitResult.cs +3 -3
- package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesQuotaResult.cs +3 -3
- package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
- package/Source/Systems/Quota/QuotaSystem.cs +23 -45
- package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
- package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
- package/Source/Systems/Quota/TierNames.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierInfo.cs +8 -8
- package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierResult.cs +3 -3
- package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
- package/Source/Systems/Quota.meta +1 -1
- package/Source/Systems/ResultBase.cs +9 -9
- package/Source/Systems/ResultBase.cs.meta +1 -1
- package/Source/Systems/Script/ScriptSystem.cs +17 -39
- package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
- package/Source/Systems/Script.meta +1 -1
- package/Source/Systems/Settings/AvatarInfoResult.cs +5 -5
- package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
- package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollection.cs +8 -8
- package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollectionResult.cs +3 -3
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsSystem.cs +78 -141
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/BasicSpace.cs +10 -10
- package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpaceResult.cs +3 -3
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpacesResult.cs +4 -4
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs +7 -7
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs +9 -9
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
- package/Source/Systems/Spaces/PendingInvitesResult.cs +3 -3
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Site.cs +12 -12
- package/Source/Systems/Spaces/Site.cs.meta +1 -1
- package/Source/Systems/Spaces/SiteResult.cs +3 -3
- package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SitesCollectionResult.cs +3 -3
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Space.cs +15 -15
- package/Source/Systems/Spaces/Space.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs +10 -10
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +4 -4
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs +4 -21
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs +4 -4
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs +50 -72
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesMetadataResult.cs +5 -5
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesResult.cs +3 -3
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs +5 -5
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs +7 -7
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs +28 -28
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs +14 -14
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs +22 -44
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
- package/Source/Systems/Spatial/GeoLocation.cs +8 -8
- package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs +9 -9
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyRotation.cs +11 -11
- package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
- package/Source/Systems/Spatial/POICollectionResult.cs +3 -3
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/POIResult.cs +3 -3
- package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterest.cs +24 -24
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs +18 -40
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
- package/Source/Systems/Spatial.meta +1 -1
- package/Source/Systems/StringArrayResult.cs +5 -5
- package/Source/Systems/StringArrayResult.cs.meta +1 -1
- package/Source/Systems/StringResult.cs +4 -4
- package/Source/Systems/StringResult.cs.meta +1 -1
- package/Source/Systems/SystemBase.cs +2 -24
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs +31 -53
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs +5 -5
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenParams.cs +26 -26
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfile.cs +12 -12
- package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfilesResult.cs +3 -3
- package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
- package/Source/Systems/Users/ELoginState.cs.meta +1 -1
- package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
- package/Source/Systems/Users/LoginState.cs +14 -14
- package/Source/Systems/Users/LoginState.cs.meta +1 -1
- package/Source/Systems/Users/LoginStateResult.cs +6 -6
- package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfo.cs +10 -10
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
- package/Source/Systems/Users/{LoginTokenReceived.cs → LoginTokenInfoResult.cs} +16 -16
- package/Source/Systems/Users/{CustomerPortalUrlResult.cs.meta → LoginTokenInfoResult.cs.meta} +1 -1
- package/Source/Systems/Users/Profile.cs +18 -18
- package/Source/Systems/Users/Profile.cs.meta +1 -1
- package/Source/Systems/Users/ProfileResult.cs +3 -3
- package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
- package/Source/Systems/Users/ProviderDetailsResult.cs +4 -4
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs +10 -10
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs +75 -97
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- package/Source/Systems/Voip/VoipSystem.cs +8 -30
- package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
- package/Source/Systems/Voip.meta +1 -1
- package/Source/Systems.meta +1 -1
- package/Source/Web/EResponseCodes.cs.meta +1 -1
- package/Source/Web.meta +1 -1
- package/Source/WrapperHelper.cs.meta +1 -1
- package/Source.meta +1 -1
- package/android64/libConnectedSpacesPlatform.so +0 -0
- package/android64/libConnectedSpacesPlatform.so.meta +1 -1
- package/android64/libConnectedSpacesPlatform_D.so +0 -0
- package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
- package/android64.meta +1 -1
- package/ios/libConnectedSpacesPlatform.a +0 -0
- package/ios/libConnectedSpacesPlatform.a.meta +1 -1
- package/ios/libcrypto.a.meta +1 -1
- package/ios/libssl.a.meta +1 -1
- package/ios.meta +1 -1
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
- package/macosx.meta +1 -1
- package/package.json +1 -1
- package/package.json.meta +1 -1
- package/windows/ConnectedSpacesPlatform.dll +0 -0
- package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
- package/windows/ConnectedSpacesPlatform_D.dll +0 -0
- package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
- package/windows.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenResult.cs +0 -130
- package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +0 -11
- package/Source/Systems/Users/CheckoutSessionUrlResult.cs +0 -141
- package/Source/Systems/Users/CheckoutSessionUrlResult.cs.meta +0 -11
- package/Source/Systems/Users/CustomerPortalUrlResult.cs +0 -141
- package/Source/Systems/Users/LoginTokenReceived.cs.meta +0 -11
- package/Source/Systems/Users/LogoutResult.cs +0 -105
- package/Source/Systems/Users/LogoutResult.cs.meta +0 -11
- package/Source/Systems/Users/PingResponseReceived.cs +0 -106
- package/Source/Systems/Users/PingResponseReceived.cs.meta +0 -11
|
@@ -27,7 +27,7 @@ namespace Csp.Systems
|
|
|
27
27
|
|
|
28
28
|
[
|
|
29
29
|
DllImport(
|
|
30
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
30
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
31
31
|
"__Internal"
|
|
32
32
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
33
33
|
"ConnectedSpacesPlatform_D"
|
|
@@ -37,23 +37,8 @@ namespace Csp.Systems
|
|
|
37
37
|
),
|
|
38
38
|
SuppressUnmanagedCodeSecurity
|
|
39
39
|
]
|
|
40
|
-
static extern void
|
|
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
|
|
@@ -61,7 +46,7 @@ namespace Csp.Systems
|
|
|
61
46
|
|
|
62
47
|
[
|
|
63
48
|
DllImport(
|
|
64
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
49
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
65
50
|
"__Internal"
|
|
66
51
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
67
52
|
"ConnectedSpacesPlatform_D"
|
|
@@ -71,16 +56,15 @@ namespace Csp.Systems
|
|
|
71
56
|
),
|
|
72
57
|
SuppressUnmanagedCodeSecurity
|
|
73
58
|
]
|
|
74
|
-
static extern void
|
|
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
|
);
|
|
80
64
|
|
|
81
65
|
[
|
|
82
66
|
DllImport(
|
|
83
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
67
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
84
68
|
"__Internal"
|
|
85
69
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
86
70
|
"ConnectedSpacesPlatform_D"
|
|
@@ -90,9 +74,8 @@ namespace Csp.Systems
|
|
|
90
74
|
),
|
|
91
75
|
SuppressUnmanagedCodeSecurity
|
|
92
76
|
]
|
|
93
|
-
static extern void
|
|
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
|
|
@@ -100,7 +83,7 @@ namespace Csp.Systems
|
|
|
100
83
|
|
|
101
84
|
[
|
|
102
85
|
DllImport(
|
|
103
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
86
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
104
87
|
"__Internal"
|
|
105
88
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
106
89
|
"ConnectedSpacesPlatform_D"
|
|
@@ -110,16 +93,15 @@ namespace Csp.Systems
|
|
|
110
93
|
),
|
|
111
94
|
SuppressUnmanagedCodeSecurity
|
|
112
95
|
]
|
|
113
|
-
static extern void
|
|
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
|
);
|
|
119
101
|
|
|
120
102
|
[
|
|
121
103
|
DllImport(
|
|
122
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
104
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
123
105
|
"__Internal"
|
|
124
106
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
125
107
|
"ConnectedSpacesPlatform_D"
|
|
@@ -129,9 +111,8 @@ namespace Csp.Systems
|
|
|
129
111
|
),
|
|
130
112
|
SuppressUnmanagedCodeSecurity
|
|
131
113
|
]
|
|
132
|
-
static extern void
|
|
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
|
|
@@ -139,7 +120,7 @@ namespace Csp.Systems
|
|
|
139
120
|
|
|
140
121
|
[
|
|
141
122
|
DllImport(
|
|
142
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
123
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
143
124
|
"__Internal"
|
|
144
125
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
145
126
|
"ConnectedSpacesPlatform_D"
|
|
@@ -149,16 +130,15 @@ namespace Csp.Systems
|
|
|
149
130
|
),
|
|
150
131
|
SuppressUnmanagedCodeSecurity
|
|
151
132
|
]
|
|
152
|
-
static extern void
|
|
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
|
);
|
|
158
138
|
|
|
159
139
|
[
|
|
160
140
|
DllImport(
|
|
161
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
141
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
162
142
|
"__Internal"
|
|
163
143
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
164
144
|
"ConnectedSpacesPlatform_D"
|
|
@@ -168,16 +148,15 @@ namespace Csp.Systems
|
|
|
168
148
|
),
|
|
169
149
|
SuppressUnmanagedCodeSecurity
|
|
170
150
|
]
|
|
171
|
-
static extern void
|
|
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
|
);
|
|
177
156
|
|
|
178
157
|
[
|
|
179
158
|
DllImport(
|
|
180
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
159
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
181
160
|
"__Internal"
|
|
182
161
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
183
162
|
"ConnectedSpacesPlatform_D"
|
|
@@ -187,9 +166,8 @@ namespace Csp.Systems
|
|
|
187
166
|
),
|
|
188
167
|
SuppressUnmanagedCodeSecurity
|
|
189
168
|
]
|
|
190
|
-
static extern void
|
|
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
|
|
@@ -197,7 +175,7 @@ namespace Csp.Systems
|
|
|
197
175
|
|
|
198
176
|
[
|
|
199
177
|
DllImport(
|
|
200
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
178
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
201
179
|
"__Internal"
|
|
202
180
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
203
181
|
"ConnectedSpacesPlatform_D"
|
|
@@ -207,9 +185,8 @@ namespace Csp.Systems
|
|
|
207
185
|
),
|
|
208
186
|
SuppressUnmanagedCodeSecurity
|
|
209
187
|
]
|
|
210
|
-
static extern void
|
|
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
|
|
@@ -217,7 +194,7 @@ namespace Csp.Systems
|
|
|
217
194
|
|
|
218
195
|
[
|
|
219
196
|
DllImport(
|
|
220
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
197
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
221
198
|
"__Internal"
|
|
222
199
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
223
200
|
"ConnectedSpacesPlatform_D"
|
|
@@ -227,16 +204,15 @@ namespace Csp.Systems
|
|
|
227
204
|
),
|
|
228
205
|
SuppressUnmanagedCodeSecurity
|
|
229
206
|
]
|
|
230
|
-
static extern void
|
|
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
|
);
|
|
236
212
|
|
|
237
213
|
[
|
|
238
214
|
DllImport(
|
|
239
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
215
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
240
216
|
"__Internal"
|
|
241
217
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
242
218
|
"ConnectedSpacesPlatform_D"
|
|
@@ -246,16 +222,15 @@ namespace Csp.Systems
|
|
|
246
222
|
),
|
|
247
223
|
SuppressUnmanagedCodeSecurity
|
|
248
224
|
]
|
|
249
|
-
static extern void
|
|
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
|
);
|
|
255
230
|
|
|
256
231
|
[
|
|
257
232
|
DllImport(
|
|
258
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
233
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
259
234
|
"__Internal"
|
|
260
235
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
261
236
|
"ConnectedSpacesPlatform_D"
|
|
@@ -265,9 +240,8 @@ namespace Csp.Systems
|
|
|
265
240
|
),
|
|
266
241
|
SuppressUnmanagedCodeSecurity
|
|
267
242
|
]
|
|
268
|
-
static extern void
|
|
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
|
|
@@ -275,7 +249,7 @@ namespace Csp.Systems
|
|
|
275
249
|
|
|
276
250
|
[
|
|
277
251
|
DllImport(
|
|
278
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
252
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
279
253
|
"__Internal"
|
|
280
254
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
281
255
|
"ConnectedSpacesPlatform_D"
|
|
@@ -285,16 +259,15 @@ namespace Csp.Systems
|
|
|
285
259
|
),
|
|
286
260
|
SuppressUnmanagedCodeSecurity
|
|
287
261
|
]
|
|
288
|
-
static extern void
|
|
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
|
);
|
|
294
267
|
|
|
295
268
|
[
|
|
296
269
|
DllImport(
|
|
297
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
270
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
298
271
|
"__Internal"
|
|
299
272
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
300
273
|
"ConnectedSpacesPlatform_D"
|
|
@@ -304,9 +277,8 @@ namespace Csp.Systems
|
|
|
304
277
|
),
|
|
305
278
|
SuppressUnmanagedCodeSecurity
|
|
306
279
|
]
|
|
307
|
-
static extern void
|
|
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
|
|
@@ -314,7 +286,7 @@ namespace Csp.Systems
|
|
|
314
286
|
|
|
315
287
|
[
|
|
316
288
|
DllImport(
|
|
317
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
289
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
318
290
|
"__Internal"
|
|
319
291
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
320
292
|
"ConnectedSpacesPlatform_D"
|
|
@@ -324,9 +296,8 @@ namespace Csp.Systems
|
|
|
324
296
|
),
|
|
325
297
|
SuppressUnmanagedCodeSecurity
|
|
326
298
|
]
|
|
327
|
-
static extern void
|
|
299
|
+
static extern void csp_systems_SettingsSystem_SetAvatarInfo_void_AvatarType_VariantRC_NullResultCallback(
|
|
328
300
|
IntPtr @class,
|
|
329
|
-
string InUserId,
|
|
330
301
|
AvatarType InType,
|
|
331
302
|
IntPtr InIdentifier,
|
|
332
303
|
SetAvatarInfoCallbackDelegate callback,
|
|
@@ -335,7 +306,7 @@ namespace Csp.Systems
|
|
|
335
306
|
|
|
336
307
|
[
|
|
337
308
|
DllImport(
|
|
338
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
309
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
339
310
|
"__Internal"
|
|
340
311
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
341
312
|
"ConnectedSpacesPlatform_D"
|
|
@@ -345,16 +316,15 @@ namespace Csp.Systems
|
|
|
345
316
|
),
|
|
346
317
|
SuppressUnmanagedCodeSecurity
|
|
347
318
|
]
|
|
348
|
-
static extern void
|
|
319
|
+
static extern void csp_systems_SettingsSystem_GetAvatarInfo_void_AvatarInfoResultCallback(
|
|
349
320
|
IntPtr @class,
|
|
350
|
-
string InUserId,
|
|
351
321
|
GetAvatarInfoCallbackDelegate callback,
|
|
352
322
|
IntPtr callbackStateObject
|
|
353
323
|
);
|
|
354
324
|
|
|
355
325
|
[
|
|
356
326
|
DllImport(
|
|
357
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
327
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
358
328
|
"__Internal"
|
|
359
329
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
360
330
|
"ConnectedSpacesPlatform_D"
|
|
@@ -366,6 +336,20 @@ namespace Csp.Systems
|
|
|
366
336
|
]
|
|
367
337
|
static extern NativePointer csp_systems_SettingsSystem_Ctor();
|
|
368
338
|
|
|
339
|
+
[
|
|
340
|
+
DllImport(
|
|
341
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
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
|
+
|
|
369
353
|
#pragma warning restore IDE1006
|
|
370
354
|
#endregion
|
|
371
355
|
|
|
@@ -410,28 +394,6 @@ namespace Csp.Systems
|
|
|
410
394
|
|
|
411
395
|
delegate void GetAvatarInfoCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
412
396
|
|
|
413
|
-
~SettingsSystem()
|
|
414
|
-
{
|
|
415
|
-
//RealDispose();
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
void RealDispose()
|
|
419
|
-
{
|
|
420
|
-
if (_ownsPtr && !_disposed)
|
|
421
|
-
{
|
|
422
|
-
csp_systems_SettingsSystem_Dtor(_ptr);
|
|
423
|
-
_disposed = true;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
_disposed = true;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
new public void Dispose()
|
|
430
|
-
{
|
|
431
|
-
RealDispose();
|
|
432
|
-
GC.SuppressFinalize(this);
|
|
433
|
-
}
|
|
434
|
-
|
|
435
397
|
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
436
398
|
[AOT.MonoPInvokeCallback (typeof (SetNDAStatusCallbackDelegate))]
|
|
437
399
|
#endif
|
|
@@ -460,14 +422,13 @@ namespace Csp.Systems
|
|
|
460
422
|
/// <param name="InValue">Boolean reflecting desired state to store in magnopus connected services.</param>
|
|
461
423
|
/// <returns>The result for the request</returns>
|
|
462
424
|
|
|
463
|
-
public Task<Csp.Systems.NullResult> SetNDAStatus(
|
|
425
|
+
public Task<Csp.Systems.NullResult> SetNDAStatus(bool InValue)
|
|
464
426
|
{
|
|
465
427
|
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
466
428
|
var handle = GCHandle.Alloc(tcs);
|
|
467
429
|
|
|
468
|
-
|
|
430
|
+
csp_systems_SettingsSystem_SetNDAStatus_void_bool_NullResultCallback(
|
|
469
431
|
_ptr,
|
|
470
|
-
InUserId,
|
|
471
432
|
InValue,
|
|
472
433
|
SetNDAStatusDelegateInstance,
|
|
473
434
|
(IntPtr)handle
|
|
@@ -502,14 +463,13 @@ namespace Csp.Systems
|
|
|
502
463
|
/// <summary>Get a boolean indicating whether the current user has completed a non-disclosure agreement.</summary>
|
|
503
464
|
/// <returns>The result for the request</returns>
|
|
504
465
|
|
|
505
|
-
public Task<Csp.Systems.BooleanResult> GetNDAStatus(
|
|
466
|
+
public Task<Csp.Systems.BooleanResult> GetNDAStatus()
|
|
506
467
|
{
|
|
507
468
|
var tcs = new TaskCompletionSource<Csp.Systems.BooleanResult>(this);
|
|
508
469
|
var handle = GCHandle.Alloc(tcs);
|
|
509
470
|
|
|
510
|
-
|
|
471
|
+
csp_systems_SettingsSystem_GetNDAStatus_void_BooleanResultCallback(
|
|
511
472
|
_ptr,
|
|
512
|
-
InUserId,
|
|
513
473
|
GetNDAStatusDelegateInstance,
|
|
514
474
|
(IntPtr)handle
|
|
515
475
|
);
|
|
@@ -545,14 +505,13 @@ namespace Csp.Systems
|
|
|
545
505
|
/// <param name="InValue">Boolean reflecting desired state to store in magnopus connected services</param>
|
|
546
506
|
/// <returns>The result for the request</returns>
|
|
547
507
|
|
|
548
|
-
public Task<Csp.Systems.NullResult> SetNewsletterStatus(
|
|
508
|
+
public Task<Csp.Systems.NullResult> SetNewsletterStatus(bool InValue)
|
|
549
509
|
{
|
|
550
510
|
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
551
511
|
var handle = GCHandle.Alloc(tcs);
|
|
552
512
|
|
|
553
|
-
|
|
513
|
+
csp_systems_SettingsSystem_SetNewsletterStatus_void_bool_NullResultCallback(
|
|
554
514
|
_ptr,
|
|
555
|
-
InUserId,
|
|
556
515
|
InValue,
|
|
557
516
|
SetNewsletterStatusDelegateInstance,
|
|
558
517
|
(IntPtr)handle
|
|
@@ -587,14 +546,13 @@ namespace Csp.Systems
|
|
|
587
546
|
/// <summary>Get a boolean indicating whether the current user has opted into receiving a newsletter.</summary>
|
|
588
547
|
/// <returns>The result for the request</returns>
|
|
589
548
|
|
|
590
|
-
public Task<Csp.Systems.BooleanResult> GetNewsletterStatus(
|
|
549
|
+
public Task<Csp.Systems.BooleanResult> GetNewsletterStatus()
|
|
591
550
|
{
|
|
592
551
|
var tcs = new TaskCompletionSource<Csp.Systems.BooleanResult>(this);
|
|
593
552
|
var handle = GCHandle.Alloc(tcs);
|
|
594
553
|
|
|
595
|
-
|
|
554
|
+
csp_systems_SettingsSystem_GetNewsletterStatus_void_BooleanResultCallback(
|
|
596
555
|
_ptr,
|
|
597
|
-
InUserId,
|
|
598
556
|
GetNewsletterStatusDelegateInstance,
|
|
599
557
|
(IntPtr)handle
|
|
600
558
|
);
|
|
@@ -631,14 +589,13 @@ namespace Csp.Systems
|
|
|
631
589
|
/// <param name="InSpaceID">SpaceID of most recent space entered</param>
|
|
632
590
|
/// <returns>The result for the request</returns>
|
|
633
591
|
|
|
634
|
-
public Task<Csp.Systems.NullResult> AddRecentlyVisitedSpace(string
|
|
592
|
+
public Task<Csp.Systems.NullResult> AddRecentlyVisitedSpace(string InSpaceID)
|
|
635
593
|
{
|
|
636
594
|
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
637
595
|
var handle = GCHandle.Alloc(tcs);
|
|
638
596
|
|
|
639
|
-
|
|
597
|
+
csp_systems_SettingsSystem_AddRecentlyVisitedSpace_void_StringC_NullResultCallback(
|
|
640
598
|
_ptr,
|
|
641
|
-
InUserId,
|
|
642
599
|
InSpaceID,
|
|
643
600
|
AddRecentlyVisitedSpaceDelegateInstance,
|
|
644
601
|
(IntPtr)handle
|
|
@@ -674,14 +631,13 @@ namespace Csp.Systems
|
|
|
674
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>
|
|
675
632
|
/// <returns>The result for the request</returns>
|
|
676
633
|
|
|
677
|
-
public Task<Csp.Systems.StringArrayResult> GetRecentlyVisitedSpaces(
|
|
634
|
+
public Task<Csp.Systems.StringArrayResult> GetRecentlyVisitedSpaces()
|
|
678
635
|
{
|
|
679
636
|
var tcs = new TaskCompletionSource<Csp.Systems.StringArrayResult>(this);
|
|
680
637
|
var handle = GCHandle.Alloc(tcs);
|
|
681
638
|
|
|
682
|
-
|
|
639
|
+
csp_systems_SettingsSystem_GetRecentlyVisitedSpaces_void_StringArrayResultCallback(
|
|
683
640
|
_ptr,
|
|
684
|
-
InUserId,
|
|
685
641
|
GetRecentlyVisitedSpacesDelegateInstance,
|
|
686
642
|
(IntPtr)handle
|
|
687
643
|
);
|
|
@@ -715,14 +671,13 @@ namespace Csp.Systems
|
|
|
715
671
|
/// <summary>Clear the list of recently-visited spaces for the current user.</summary>
|
|
716
672
|
/// <returns>The result for the request</returns>
|
|
717
673
|
|
|
718
|
-
public Task<Csp.Systems.NullResult> ClearRecentlyVisitedSpaces(
|
|
674
|
+
public Task<Csp.Systems.NullResult> ClearRecentlyVisitedSpaces()
|
|
719
675
|
{
|
|
720
676
|
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
721
677
|
var handle = GCHandle.Alloc(tcs);
|
|
722
678
|
|
|
723
|
-
|
|
679
|
+
csp_systems_SettingsSystem_ClearRecentlyVisitedSpaces_void_NullResultCallback(
|
|
724
680
|
_ptr,
|
|
725
|
-
InUserId,
|
|
726
681
|
ClearRecentlyVisitedSpacesDelegateInstance,
|
|
727
682
|
(IntPtr)handle
|
|
728
683
|
);
|
|
@@ -759,14 +714,13 @@ namespace Csp.Systems
|
|
|
759
714
|
/// <param name="InSpaceID">SpaceID of most space to block</param>
|
|
760
715
|
/// <returns>The result for the request</returns>
|
|
761
716
|
|
|
762
|
-
public Task<Csp.Systems.NullResult> AddBlockedSpace(string
|
|
717
|
+
public Task<Csp.Systems.NullResult> AddBlockedSpace(string InSpaceID)
|
|
763
718
|
{
|
|
764
719
|
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
765
720
|
var handle = GCHandle.Alloc(tcs);
|
|
766
721
|
|
|
767
|
-
|
|
722
|
+
csp_systems_SettingsSystem_AddBlockedSpace_void_StringC_NullResultCallback(
|
|
768
723
|
_ptr,
|
|
769
|
-
InUserId,
|
|
770
724
|
InSpaceID,
|
|
771
725
|
AddBlockedSpaceDelegateInstance,
|
|
772
726
|
(IntPtr)handle
|
|
@@ -802,14 +756,13 @@ namespace Csp.Systems
|
|
|
802
756
|
/// <param name="InSpaceID">SpaceID of most space to block</param>
|
|
803
757
|
/// <returns>The result for the request</returns>
|
|
804
758
|
|
|
805
|
-
public Task<Csp.Systems.NullResult> RemoveBlockedSpace(string
|
|
759
|
+
public Task<Csp.Systems.NullResult> RemoveBlockedSpace(string InSpaceID)
|
|
806
760
|
{
|
|
807
761
|
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
808
762
|
var handle = GCHandle.Alloc(tcs);
|
|
809
763
|
|
|
810
|
-
|
|
764
|
+
csp_systems_SettingsSystem_RemoveBlockedSpace_void_StringC_NullResultCallback(
|
|
811
765
|
_ptr,
|
|
812
|
-
InUserId,
|
|
813
766
|
InSpaceID,
|
|
814
767
|
RemoveBlockedSpaceDelegateInstance,
|
|
815
768
|
(IntPtr)handle
|
|
@@ -845,14 +798,13 @@ namespace Csp.Systems
|
|
|
845
798
|
/// <remarks>Returns an csp::common::Array of csp::common::Strings ordered from most to least recent blocked spaces.</remarks>
|
|
846
799
|
/// <returns>The result for the request</returns>
|
|
847
800
|
|
|
848
|
-
public Task<Csp.Systems.StringArrayResult> GetBlockedSpaces(
|
|
801
|
+
public Task<Csp.Systems.StringArrayResult> GetBlockedSpaces()
|
|
849
802
|
{
|
|
850
803
|
var tcs = new TaskCompletionSource<Csp.Systems.StringArrayResult>(this);
|
|
851
804
|
var handle = GCHandle.Alloc(tcs);
|
|
852
805
|
|
|
853
|
-
|
|
806
|
+
csp_systems_SettingsSystem_GetBlockedSpaces_void_StringArrayResultCallback(
|
|
854
807
|
_ptr,
|
|
855
|
-
InUserId,
|
|
856
808
|
GetBlockedSpacesDelegateInstance,
|
|
857
809
|
(IntPtr)handle
|
|
858
810
|
);
|
|
@@ -886,14 +838,13 @@ namespace Csp.Systems
|
|
|
886
838
|
/// <summary>Clear the list of blocked Spaces for the current user.</summary>
|
|
887
839
|
/// <returns>The result for the request</returns>
|
|
888
840
|
|
|
889
|
-
public Task<Csp.Systems.NullResult> ClearBlockedSpaces(
|
|
841
|
+
public Task<Csp.Systems.NullResult> ClearBlockedSpaces()
|
|
890
842
|
{
|
|
891
843
|
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
892
844
|
var handle = GCHandle.Alloc(tcs);
|
|
893
845
|
|
|
894
|
-
|
|
846
|
+
csp_systems_SettingsSystem_ClearBlockedSpaces_void_NullResultCallback(
|
|
895
847
|
_ptr,
|
|
896
|
-
InUserId,
|
|
897
848
|
ClearBlockedSpacesDelegateInstance,
|
|
898
849
|
(IntPtr)handle
|
|
899
850
|
);
|
|
@@ -925,20 +876,16 @@ namespace Csp.Systems
|
|
|
925
876
|
UpdateAvatarPortraitCallbackDelegateFunction;
|
|
926
877
|
|
|
927
878
|
/// <summary>Updates the Portrait Avatar image or adds one if it didn't have it previously using FileAssetDataSource</summary>
|
|
928
|
-
/// <param name="UserId">UserId of Avatar Portrait</param>
|
|
929
879
|
/// <param name="NewAvatarPortrait">New Portrait Avatar information</param>
|
|
930
880
|
/// <returns>The result for the request</returns>
|
|
931
881
|
|
|
932
|
-
public Task<Csp.Systems.NullResult> UpdateAvatarPortrait(
|
|
933
|
-
|
|
934
|
-
Csp.Systems.FileAssetDataSource NewAvatarPortrait
|
|
935
|
-
) {
|
|
882
|
+
public Task<Csp.Systems.NullResult> UpdateAvatarPortrait(Csp.Systems.FileAssetDataSource NewAvatarPortrait)
|
|
883
|
+
{
|
|
936
884
|
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
937
885
|
var handle = GCHandle.Alloc(tcs);
|
|
938
886
|
|
|
939
|
-
|
|
887
|
+
csp_systems_SettingsSystem_UpdateAvatarPortrait_void_FileAssetDataSourceRC_NullResultCallback(
|
|
940
888
|
_ptr,
|
|
941
|
-
UserId,
|
|
942
889
|
NewAvatarPortrait._ptr,
|
|
943
890
|
UpdateAvatarPortraitDelegateInstance,
|
|
944
891
|
(IntPtr)handle
|
|
@@ -973,17 +920,15 @@ namespace Csp.Systems
|
|
|
973
920
|
/// <summary>Retrieves the Avatar Portrait information associated with the space</summary>
|
|
974
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>
|
|
975
922
|
/// <remarks>and the Uri field inside the UriResult will be empty</remarks>
|
|
976
|
-
/// <param name="UserId">UserId of Avatar Portrait</param>
|
|
977
923
|
/// <returns>Result class</returns>
|
|
978
924
|
|
|
979
|
-
public Task<Csp.Systems.UriResult> GetAvatarPortrait(
|
|
925
|
+
public Task<Csp.Systems.UriResult> GetAvatarPortrait()
|
|
980
926
|
{
|
|
981
927
|
var tcs = new TaskCompletionSource<Csp.Systems.UriResult>(this);
|
|
982
928
|
var handle = GCHandle.Alloc(tcs);
|
|
983
929
|
|
|
984
|
-
|
|
930
|
+
csp_systems_SettingsSystem_GetAvatarPortrait_void_UriResultCallback(
|
|
985
931
|
_ptr,
|
|
986
|
-
UserId,
|
|
987
932
|
GetAvatarPortraitDelegateInstance,
|
|
988
933
|
(IntPtr)handle
|
|
989
934
|
);
|
|
@@ -1015,20 +960,17 @@ namespace Csp.Systems
|
|
|
1015
960
|
UpdateAvatarPortraitWithBufferCallbackDelegateFunction;
|
|
1016
961
|
|
|
1017
962
|
/// <summary>Updates the Avatar Portrait image or adds one if it didn't have it previously using BufferAssetDataSource</summary>
|
|
1018
|
-
/// <param name="UserId">UserId of Avatar Portrait</param>
|
|
1019
963
|
/// <param name="NewAvatarPortrait">New Avatar Portrait information</param>
|
|
1020
964
|
/// <returns>The result for the request</returns>
|
|
1021
965
|
|
|
1022
966
|
public Task<Csp.Systems.NullResult> UpdateAvatarPortraitWithBuffer(
|
|
1023
|
-
string UserId,
|
|
1024
967
|
Csp.Systems.BufferAssetDataSource NewAvatarPortrait
|
|
1025
968
|
) {
|
|
1026
969
|
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
1027
970
|
var handle = GCHandle.Alloc(tcs);
|
|
1028
971
|
|
|
1029
|
-
|
|
972
|
+
csp_systems_SettingsSystem_UpdateAvatarPortraitWithBuffer_void_BufferAssetDataSourceRC_NullResultCallback(
|
|
1030
973
|
_ptr,
|
|
1031
|
-
UserId,
|
|
1032
974
|
NewAvatarPortrait._ptr,
|
|
1033
975
|
UpdateAvatarPortraitWithBufferDelegateInstance,
|
|
1034
976
|
(IntPtr)handle
|
|
@@ -1061,22 +1003,19 @@ namespace Csp.Systems
|
|
|
1061
1003
|
SetAvatarInfoCallbackDelegateFunction;
|
|
1062
1004
|
|
|
1063
1005
|
/// <summary>Sets the avatar type and identifier for a user.</summary>
|
|
1064
|
-
/// <param name="InUserId">The ID of the user to set avatar info for.</param>
|
|
1065
1006
|
/// <param name="InType">The type of avatar (predefined, Ready Player Me, or custom).</param>
|
|
1066
1007
|
/// <param name="InIdentifier">A value used to identify or locate the avatar. Differs depending on the value of InType.</param>
|
|
1067
1008
|
/// <returns>The result for the request</returns>
|
|
1068
1009
|
|
|
1069
1010
|
public Task<Csp.Systems.NullResult> SetAvatarInfo(
|
|
1070
|
-
string InUserId,
|
|
1071
1011
|
Csp.Systems.AvatarType InType,
|
|
1072
1012
|
Csp.Common.Variant InIdentifier
|
|
1073
1013
|
) {
|
|
1074
1014
|
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
1075
1015
|
var handle = GCHandle.Alloc(tcs);
|
|
1076
1016
|
|
|
1077
|
-
|
|
1017
|
+
csp_systems_SettingsSystem_SetAvatarInfo_void_AvatarType_VariantRC_NullResultCallback(
|
|
1078
1018
|
_ptr,
|
|
1079
|
-
InUserId,
|
|
1080
1019
|
InType,
|
|
1081
1020
|
InIdentifier._ptr,
|
|
1082
1021
|
SetAvatarInfoDelegateInstance,
|
|
@@ -1110,17 +1049,15 @@ namespace Csp.Systems
|
|
|
1110
1049
|
GetAvatarInfoCallbackDelegateFunction;
|
|
1111
1050
|
|
|
1112
1051
|
/// <summary>Retrieves the avatar type and identifier for a user.</summary>
|
|
1113
|
-
/// <param name="InUserId">The ID of the user to get avatar info for.</param>
|
|
1114
1052
|
/// <returns>Result class</returns>
|
|
1115
1053
|
|
|
1116
|
-
public Task<Csp.Systems.AvatarInfoResult> GetAvatarInfo(
|
|
1054
|
+
public Task<Csp.Systems.AvatarInfoResult> GetAvatarInfo()
|
|
1117
1055
|
{
|
|
1118
1056
|
var tcs = new TaskCompletionSource<Csp.Systems.AvatarInfoResult>(this);
|
|
1119
1057
|
var handle = GCHandle.Alloc(tcs);
|
|
1120
1058
|
|
|
1121
|
-
|
|
1059
|
+
csp_systems_SettingsSystem_GetAvatarInfo_void_AvatarInfoResultCallback(
|
|
1122
1060
|
_ptr,
|
|
1123
|
-
InUserId,
|
|
1124
1061
|
GetAvatarInfoDelegateInstance,
|
|
1125
1062
|
(IntPtr)handle
|
|
1126
1063
|
);
|