-
- All Implemented Interfaces:
-
com.gigya.android.sdk.reporting.IReportingService
public class ReportingService implements IReportingService
Internal error reporting service used to notify critical/crashes errors.
Service is set to disabled by default and can be activated by demand.
-
-
Constructor Summary
Constructors Constructor Description ReportingService(Config config, IRestAdapter restAdapter)
-
Method Summary
-
-
Constructor Detail
-
ReportingService
ReportingService(Config config, IRestAdapter restAdapter)
-
-
Method Detail
-
isActive
boolean isActive()
-
setErrorReporting
void setErrorReporting(boolean active)
Turn Gigya error reporting on or off.
- Parameters:
active- True for active.
-
-
-
-