We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e67350 commit 8175947Copy full SHA for 8175947
Examples/destination_plugins/AmplitudeSession.swift
@@ -5,6 +5,11 @@
5
// Created by Cody Garvin on 2/16/21.
6
//
7
8
+// NOTE: This Plugin replicates Amplitude's session tracking functionality.
9
+// It should be used to send session data to Amplitude via a cloud mode
10
+// connection. Once implemented, the Amplitude SDK can be removed from
11
+// your application.
12
+
13
// NOTE: You can see this plugin in use in the DestinationsExample application.
14
15
// This plugin is NOT SUPPORTED by Segment. It is here merely as an example,
0 commit comments