UNPKG

@robotical/appv2-analytics-gatherer

Version:

A tool that gathers data from the Apps and sends it to the Analytics server

4 lines (3 loc) 296 B
import { RaftTypeE } from "@robotical/webapp-types/dist-types/src/types/raft"; import { VisitedScreenEnum } from "../types/types"; export declare const captureScreenVisit: (screen: VisitedScreenEnum, sessionId: string, deviceId: string, raftType: RaftTypeE, robotId: string) => Promise<boolean>;