toggle menu
Android-Vast-Extension
androidJvm
switch theme
search in API
tools
/
com.ave.vastgui.tools.content
Package-level
declarations
Types
Functions
Types
Context
Helper
Link copied to clipboard
object
ContextHelper
Help utils to get context.
Functions
get
Serializable
Extra
Link copied to clipboard
inline
fun
<
T
:
Serializable
>
getSerializableExtra
(
intent
:
Intent
,
key
:
String
)
:
T
?
get
Serializable
Extra
Link copied to clipboard
inline
fun
<
T
:
Serializable
>
Intent
.
getSerializableExtra
(
key
:
String
,
callback
:
T
)
:
T
Retrieve extended data from the intent.