Function: triggerDownloadEvent()
triggerDownloadEvent(
uri):void
Defined in: utils/ResourceFetcherUtils.ts:223
Sends a download event to the analytics endpoint.
Parameters
uri
string
The URI of the downloaded resource.
Returns
void
triggerDownloadEvent(
uri):void
Defined in: utils/ResourceFetcherUtils.ts:223
Sends a download event to the analytics endpoint.
string
The URI of the downloaded resource.
void