Table of Contents

TTMSMCPCloudImageAIGenerateImageResultEvent Event Type

Signature of the handler notified when an image request has produced an image.

API unit family: TMS.MCP.CloudImageAI

Remarks

Raised on the main thread, so the handler may update the user interface directly. It is raised once per completed request, after any polling has finished.

Parameters

Name Description
Sender Component that issued the request.
ARequestResult Result of the underlying call, carrying the status flag, the status code, the raw response body and the response headers.
ABase64Image The produced image as a base64-encoded string. Never empty, because an empty result is reported as an error instead.