toggle menu
mobilesdk
androidJvm
switch theme
search in API
mobilesdk
/
com.confirmit.mobilesdk.utils
Package-level
declarations
Types
Functions
Types
Random
Utils
Link copied to clipboard
object
RandomUtils
Service
Locator
Link copied to clipboard
open
class
ServiceLocator
Tokenizer
Link copied to clipboard
class
Tokenizer
(
source
:
String
,
delimiters
:
Char
)
Token
Time
Tracker
Link copied to clipboard
class
TokenTimeTracker
(
maxDiff
:
Int
)
Weak
Ref
Delegate
Link copied to clipboard
class
WeakRefDelegate
<
T
>
(
value
:
T
?
=
null
)
Functions
weak
Ref
Link copied to clipboard
inline
fun
<
T
>
weakRef
(
value
:
T
?
=
null
)
:
WeakRefDelegate
<
T
>