app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.utils
/
FirebaseAnalyticsImpl
Firebase
Analytics
Impl
class
FirebaseAnalyticsImpl
@
Inject
constructor
(
context
:
Context
)
Members
Constructors
Firebase
Analytics
Impl
Link copied to clipboard
@
Inject
constructor
(
context
:
Context
)
Functions
crash
Log
Notes
Link copied to clipboard
open
fun
crashLogNotes
(
name
:
String
)
crash
Set
Custom
Key
Link copied to clipboard
open
fun
crashSetCustomKey
(
key
:
String
,
value
:
String
)
log
Costly
Event
Link copied to clipboard
open
fun
logCostlyEvent
(
name
:
String
,
params
:
Bundle
?
)
log
Event
Link copied to clipboard
open
fun
logEvent
(
name
:
String
,
params
:
Bundle
?
)