Maps and Navigation SDK
2.5.3
androidJvm
com.tomtom.sdk.common:core
/
com.tomtom.sdk.common
/
Bundle
Bundle
actual
typealias
Bundle
=
Bundle
Implementation of
Bundle
for Android - a type alias to
android.os.Bundle
.
Members
Constructors
Bundle
Link copied to clipboard
expect
constructor
(
)
Functions
contains
Key
Link copied to clipboard
expect
fun
containsKey
(
key
:
String
?
)
:
Boolean
get
Char
Link copied to clipboard
expect
fun
getChar
(
key
:
String
,
defaultValue
:
Char
)
:
Char
get
Double
Link copied to clipboard
expect
fun
getDouble
(
key
:
String
,
defaultValue
:
Double
)
:
Double
get
Float
Link copied to clipboard
expect
fun
getFloat
(
key
:
String
,
defaultValue
:
Float
)
:
Float
get
Int
Link copied to clipboard
expect
fun
getInt
(
key
:
String
,
defaultValue
:
Int
)
:
Int
is
Empty
Link copied to clipboard
expect
fun
isEmpty
(
)
:
Boolean
put
All
Link copied to clipboard
expect
fun
putAll
(
bundle
:
Bundle
)
put
Double
Link copied to clipboard
expect
fun
putDouble
(
key
:
String
?
,
value
:
Double
)
put
Float
Link copied to clipboard
expect
fun
putFloat
(
key
:
String
?
,
value
:
Float
)
put
Int
Link copied to clipboard
expect
fun
putInt
(
key
:
String
?
,
value
:
Int
)