@JvmOverloads inline fun <reified T : Context> Fragment.getIntent(flags: Int = 0, bundle: Bundle? = null, data: Uri? = null): Intent?
Generates intent from Fragment
flags
- Flags to pass to the intent
bundle
- Extra to pass to intent
Return
: Generated intent from Flags, Data and Bundle.