kutils / com.celites.kutils / androidx.fragment.app.Fragment / getIntent

getIntent

@JvmOverloads inline fun <reified T : Context> Fragment.getIntent(flags: Int = 0, bundle: Bundle? = null, data: Uri? = null): Intent?

Generates intent from Fragment

Parameters

flags - Flags to pass to the intent

data - Uri to pass to intent

bundle - Extra to pass to intent

Return
: Generated intent from Flags, Data and Bundle.