@wildix/wda-insights-client > WdaInsights > watch
WdaInsights.watch() method
Signature:
watch(args: WatchCommandInput, cb: (err: any, data?: WatchCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
|---|---|---|
args | ||
cb | (err: any, data?: WatchCommandOutput) => void |
Returns:
void