@robotical/appv2-analytics-gatherer
Version:
A tool that gathers data from the Apps and sends it to the Analytics server
4 lines (3 loc) • 299 B
TypeScript
import { RaftTypeE } from "@robotical/webapp-types/dist-types/src/types/raft";
import { AnalyticsDeviceInfo } from "../types/types";
export declare const startSession: (sessionId: string, deviceId: string, robotId: string, raftType: RaftTypeE, deviceInfo?: AnalyticsDeviceInfo) => Promise<boolean>;