Dokka MultiModule Example
androidJvm
pos-sdk
/
su.ips.pos_sdk.metric.models
/
Event
Event
abstract
class
Event
(
val
action
:
String
,
val
params
:
MutableMap
<
String
,
String
>
)
Inheritors
PaymentEvent
Members
Constructors
Event
Link copied to clipboard
constructor
(
action
:
String
,
params
:
MutableMap
<
String
,
String
>
)
Properties
action
Link copied to clipboard
val
action
:
String
params
Link copied to clipboard
val
params
:
MutableMap
<
String
,
String
>