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
/
FirebaseCrashlyticsReflect
Firebase
Crashlytics
Reflect
open
class
FirebaseCrashlyticsReflect
Members
Constructors
Firebase
Crashlytics
Reflect
Link copied to clipboard
constructor
(
)
Functions
init
Link copied to clipboard
open
fun
init
(
appContext
:
Context
)
must be called before any other methods are called.
log
Link copied to clipboard
open
fun
log
(
message
:
String
)
make sure to call
init
early in your application onCreate
record
Exception
Link copied to clipboard
open
fun
recordException
(
e
:
Throwable
)
make sure to call
init
early in your application onCreate
set
Custom
Key
Link copied to clipboard
open
fun
setCustomKey
(
key
:
String
,
value
:
String
)
make sure to call
init
early in your application onCreate