Android Scanbot Barcode SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK API reference
Android Scanbot Barcode SDK API reference
/
io.scanbot.sdk.analytics
/
AnalyticsCategory
Analytics
Category
class
AnalyticsCategory
:
Parcelable
The category that is being tracked.
Members
Constructors
Analytics
Category
Link copied to clipboard
constructor
(
source
:
Map
<
String
,
Any
?
>
)
constructor
(
json
:
JSONObject
)
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
clone
Link copied to clipboard
fun
clone
(
)
:
AnalyticsCategory
to
Json
Link copied to clipboard
fun
toJson
(
config
:
ToJsonConfiguration
=
ToJsonConfiguration.default()
)
:
JSONObject