Preparing search index...
The search index is not available
@pictofit/public-types
@pictofit/public-types
index
IAnalytics
Interface IAnalytics
interface
IAnalytics
{
sendLog
:
(
(
context
:
AnalyticsContext
,
...
args
:
unknown
[]
)
=>
void
)
;
sendMetric
:
(
(
context
:
AnalyticsContext
,
metric
:
Omit
<
CollectableMetrics
,
"Metric"
>
)
=>
void
)
;
withContext
:
(
(
context
?:
AnalyticsContext
)
=>
AnalyticsBuilder
)
;
}
Index
Properties
send
Log
send
Metric
with
Context
Properties
send
Log
send
Log
:
(
(
context
:
AnalyticsContext
,
...
args
:
unknown
[]
)
=>
void
)
send
Metric
send
Metric
:
(
(
context
:
AnalyticsContext
,
metric
:
Omit
<
CollectableMetrics
,
"Metric"
>
)
=>
void
)
with
Context
with
Context
:
(
(
context
?:
AnalyticsContext
)
=>
AnalyticsBuilder
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
send
Log
send
Metric
with
Context
@pictofit/public-types
Loading...