Package 

Interface ReportSender


  • 
    public interface ReportSender
    
                        

    A simple interface for defining various crash report senders.

    • Method Detail

      • send

         Unit send(Context context, CrashReportData errorContent)

        Send crash report data.

        Method will be called from the ReportDistributor.

        Parameters:
        context - Android Context in which to send the crash report.
        errorContent - Stores key/value pairs for each report field.