Interface LastCrashReportSenderListener


public interface LastCrashReportSenderListener
LastCrashReportSenderListener Use this listener to control whether or not crashes should be sent to the server.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will be invoked on the registered listener on the app launch after a crash.
  • Method Details

    • lastCrashReportSenderHandleCrash

      void lastCrashReportSenderHandleCrash()
      This method will be invoked on the registered listener on the app launch after a crash. If the listener is set then you must implement this method and call LastCrash.sendCrashes() in order to send the crashes to the server.