kutils / com.celites.kutils / android.content.Context / getIntent

getIntent

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

Gets intent from Context

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.

Receiver
Context to generate intent from