app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.utils
/
Analytics
Analytics
interface
Analytics
Inheritors
NoOpAnalytics
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
crash
Log
Notes
Link copied to clipboard
abstract
fun
crashLogNotes
(
name
:
String
)
crash
Set
Custom
Key
Link copied to clipboard
abstract
fun
crashSetCustomKey
(
key
:
String
,
value
:
String
)
log
Costly
Event
Link copied to clipboard
abstract
fun
logCostlyEvent
(
name
:
String
,
params
:
Bundle
?
=
null
)
log
Event
Link copied to clipboard
abstract
fun
logEvent
(
name
:
String
,
params
:
Bundle
?
=
null
)