ReportingService

Internal error reporting service used to notify critical/crashes errors.

Service is set to disabled by default and can be activated by demand.

Constructors

Link copied to clipboard
constructor(config: Config, restAdapter: IRestAdapter)

Functions

Link copied to clipboard
open fun isActive(): Boolean
Link copied to clipboard
open fun sendErrorReport(@NonNull message: String, @Nullable sdkVersion: String, @Nullable details: Map<String, Any>)
Link copied to clipboard
open fun setErrorReporting(active: Boolean)
Turn Gigya error reporting on or off.