handleIntent

abstract fun handleIntent(intent: Intent)

Handles the Intent corresponding to this component, if valid. Depending on your implementation, extract the Intent and pass it to this method. In most cases it can be retrieved with either Activity.getIntent or Activity.onNewIntent.

Parameters

intent

the received Intent.