Skip to content

Commit 8175947

Browse files
authored
Update AmplitudeSession.swift
Add note about session tracking functionality
1 parent 2e67350 commit 8175947

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Examples/destination_plugins/AmplitudeSession.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
// Created by Cody Garvin on 2/16/21.
66
//
77

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+
813
// NOTE: You can see this plugin in use in the DestinationsExample application.
914
//
1015
// This plugin is NOT SUPPORTED by Segment. It is here merely as an example,

0 commit comments

Comments
 (0)