Package 

Class MigrationRecovery

  • All Implemented Interfaces:
    com.onesignal.core.internal.startup.IStartableService , com.onesignal.user.internal.migrations.IMigrationRecovery

    
    public abstract class MigrationRecovery
     implements IMigrationRecovery
                        
    • Method Summary

      Modifier and Type Method Description
      Unit start() Called when the service is to be started.
      • Methods inherited from class com.onesignal.user.internal.migrations.MigrationRecovery

        isInBadState, recover, recoveryMessage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MigrationRecovery

        MigrationRecovery()
    • Method Detail

      • start

         Unit start()

        Called when the service is to be started. The appId and appContext have already been established.