TTMSFNCCloudGoogleFireBaseObjectOnReadDataListEvent Event Type
Reference to an event handler that fires when a list of objects has been read from the database, after the response has been parsed into typed instances.
API unit family: TMSFNCCloudGoogleFireBaseObject
Parameters
| Name | Description |
|---|---|
Sender |
Component that raised the event. |
AList |
List of objects reconstructed from the database response. The list is valid only for the duration of the handler unless ownership is taken over. |
ARequestResult |
Result of the underlying request, including success state and the raw response. |