Package io.lastcrash.sdk
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 TypeMethodDescriptionvoid
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 callLastCrash.sendCrashes()
in order to send the crashes to the server.
-