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