OnVideoConfigReady typedef

OnVideoConfigReady = void Function(VAPConfigs configs)

Callback function for animation configuration ready events.

Called when the animation file has been loaded and configuration data is available.

Parameters:

  • configs: Complete animation configuration data

Implementation

typedef OnVideoConfigReady = void Function(VAPConfigs configs);