android-components / mozilla.components.feature.intent / IntentProcessor / process

process

fun process(intent: Intent): Boolean (source)

Processes the given intent by invoking the registered handler.

Parameters

intent - the intent to process

Return
true if the intent was processed, otherwise false.