bitmovin-analytics 2.32.1 → 2.32.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -396,6 +396,7 @@ export interface StateMachineCallbacks {
396
396
  customdatachange: (duration?: number, state?: string, event?: {
397
397
  values: CustomDataValues;
398
398
  }) => void;
399
+ /** shuts down the collection and removes/clears all timeouts, intervals, event listeners */
399
400
  release: () => void;
400
401
  playlistTransition: (event: Readonly<AnalyticsEventBase>) => void;
401
402
  }