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 06a2743 commit b1bd495Copy full SHA for b1bd495
src/mparticle-instance-manager.ts
@@ -158,12 +158,6 @@ function mParticleInstanceManager(this: IMParticleInstanceManager) {
158
this.setPosition = function(lat, lng) {
159
self.getInstance().setPosition(lat, lng);
160
};
161
- this.startNewSession = function() {
162
- self.getInstance().startNewSession();
163
- };
164
- this.endSession = function() {
165
- self.getInstance().endSession();
166
167
this.logBaseEvent = function(event, eventOptions) {
168
self.getInstance().logBaseEvent(event, eventOptions);
169
0 commit comments