PromptPublishAssetResult
Deprecated result enum for the OpenPublishResultModal event.
Items 6
| History | Name | Value | Description | |
|---|---|---|---|---|
| 567 | Success | 1 | The asset was published successfully. | |
| 567 | PermissionDenied | 2 | The user explicitly denied the consent prompt required to publish the asset. | |
| 567 | Timeout | 3 | The publish flow timed out, typically because the user disconnected or left the experience during the consent prompt. | |
| 567 | UploadFailed | 4 | The asset upload to the Roblox backend failed after consent was granted. | |
| 567 | NoUserInput | 5 | The user did not grant or deny the consent prompt before the window expired. | |
| 580 | UnknownFailure | 6 | The publish failed for an unspecified or unexpected reason. |
Description
Deprecated result enum for the OpenPublishResultModal event. Use
PromptCreatePlatformContentResult instead.
PromptCreateAssetResult is a separate result enum returned by the
OpenCreateResultModal event.
History 7
- 580 Add UnknownFailure
- 567 Add UploadFailed
- 567 Add Timeout
- 567 Add Success
- 567 Add PermissionDenied
- 567 Add NoUserInput
- 567 Add PromptPublishAssetResult