requestAssets

An event triggered when there is a request for assets to be accessed or provided.

This event is designed to facilitate workflows related to asset requests in programs. It enables listeners to handle asset-related requirements by responding to a RequestAssetsEvent message. The RequestAssetsEvent contains details such as the origin of the event and the associated program instance.

Usage:

  • Listeners can be added to this event to handle asset requests.

  • Listeners can access event details and implement logic to fulfill asset needs.