sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk.reporting
/
IReportingService
IReporting
Service
interface
IReportingService
Inheritors
ReportingService
Members
Functions
is
Active
Link copied to clipboard
abstract
fun
isActive
(
)
:
Boolean
send
Error
Report
Link copied to clipboard
abstract
fun
sendErrorReport
(
@
NonNull
message
:
String
,
@
Nullable
sdkVersion
:
String
,
@
Nullable
details
:
Map
<
String
,
Any
>
)
set
Error
Reporting
Link copied to clipboard
abstract
fun
setErrorReporting
(
active
:
Boolean
)