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