MCPcopy Create free account
hub / github.com/MultiMC/Launcher / startSession

Method startSession

libraries/ganalytics/src/ganalytics.cpp:198–203  ·  view source on GitHub ↗

* Session starts. This event will be sent by a POST message. * Query is setup in this method and stored in the message * queue. */

Source from the content-addressed store, hash-verified

196 * queue.
197 */
198void GAnalytics::startSession()
199{
200 QVariantMap customValues;
201 customValues.insert("sc", "start");
202 sendEvent("Session", "Start", QString(), QVariant(), customValues);
203}
204
205/**
206 * Session ends. This event will be sent by a POST message.

Callers

nothing calls this directly

Calls 2

QStringClass · 0.85
insertMethod · 0.80

Tested by

no test coverage detected