@AutoService(value=ReportSenderFactory.class) public final class EmailIntentSenderFactory extends HasConfigPlugin implements ReportSenderFactory
EmailIntentSender.| Constructor and Description |
|---|
EmailIntentSenderFactory() |
| Modifier and Type | Method and Description |
|---|---|
ReportSender |
create(Context context,
CoreConfiguration config) |
enabled@NonNull public ReportSender create(@NonNull Context context, @NonNull CoreConfiguration config)
create in interface ReportSenderFactorycontext - a context.config - Configuration to use when sending reports.