Package 

Interface ReportSenderFactory

  • All Implemented Interfaces:
    org.acra.plugins.Plugin

    
    public interface ReportSenderFactory
     implements Plugin
                        

    Factory for creating and configuring a ReportSender instance. Implementations must have a no argument constructor.

    Each configured ReportSenderFactory is created within the LegacySenderService and is used to construct and configure a single ReportSender.

    Created by William on 4-JAN-2016.

    • Method Summary

      Modifier and Type Method Description
      abstract ReportSender create(Context context, CoreConfiguration config)
      • Methods inherited from class org.acra.sender.ReportSenderFactory

        enabled
      • Methods inherited from class java.lang.Object

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