Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-core
/
com.mapsted.positioning.core.utils
/
FirebaseAnalyticsReflect
Firebase
Analytics
Reflect
open
class
FirebaseAnalyticsReflect
Members
Constructors
Firebase
Analytics
Reflect
Link copied to clipboard
constructor
(
)
Types
Event
Link copied to clipboard
open
class
Event
:
FirebaseAnalytics.Event
Param
Link copied to clipboard
open
class
Param
:
FirebaseAnalytics.Param
User
Property
Link copied to clipboard
open
class
UserProperty
:
FirebaseAnalytics.UserProperty
Functions
init
Link copied to clipboard
open
fun
init
(
appContext
:
Context
)
must be called before any other methods are called.
log
Event
Link copied to clipboard
open
fun
logEvent
(
eventName
:
String
,
eventValue
:
Bundle
)
set
Default
Event
Parameters
Link copied to clipboard
open
fun
setDefaultEventParameters
(
defaultEventParameters
:
Bundle
)
set
Session
Timeout
Duration
Link copied to clipboard
open
fun
setSessionTimeoutDuration
(
ms
:
Long
)
set
User
Id
Link copied to clipboard
open
fun
setUserId
(
@
Nullable
userId
:
String
)
set
User
Property
Link copied to clipboard
open
fun
setUserProperty
(
@
NonNull
@
Size
(
min
=
1
,
max
=
24
)
propertyName
:
String
,
@
Nullable
@
Size
(
max
=
36
)
value
:
String
)