Package 

Class RemnantDataMigration


  • 
    public final class RemnantDataMigration
    
                        

    When switching the SDK from previous version to this version, remnant data might remain unsent in sqlite. This migration: 1. reads device/user id, events, identifies from sqlite tables 2. converts the events and identifies to JsonObjects 3. saves the device/user id, converted events and identifies to current storage 4. deletes data from sqlite table

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Amplitude amplitude
    • Method Summary

      Modifier and Type Method Description
      final Amplitude getAmplitude()
      final Unit execute()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait