frextensions
androidJvm
frextensions
/
org.fog_rock.frextensions.androidx.content
/
startActivity
start
Activity
inline
fun
<
T
:
Activity
>
Context
.
startActivity
(
bundle
:
Bundle
?
=
null
)
Start an activity of a specified class.
Parameters
bundle
An bundle info to the intent, which the default is null.
See also
Context.
start
Activity