library / com.chuckerteam.chucker.api / Chucker / getLaunchIntent

getLaunchIntent

@JvmStatic fun getLaunchIntent(context: Context, screen: Int): Intent

Get an Intent to launch the Chucker UI directly.

Parameters

context - An Android Context.

screen - The Screen to display: SCREEN_HTTP or SCREEN_ERROR.

Return
An Intent for the main Chucker Activity that can be started with Context.startActivity.