public class SenderServiceStarter
extends java.lang.Object
Constructor and Description |
---|
SenderServiceStarter(android.content.Context context,
ACRAConfiguration config) |
Modifier and Type | Method and Description |
---|---|
void |
startService(boolean onlySendSilentReports,
boolean approveReportsFirst)
Starts a Thread to start sending outstanding error reports.
|
public SenderServiceStarter(@NonNull android.content.Context context, @NonNull ACRAConfiguration config)
public void startService(boolean onlySendSilentReports, boolean approveReportsFirst)
onlySendSilentReports
- If true then only send silent reports.approveReportsFirst
- If true then approve unapproved reports first.