IntentHandlingComponent

A component that expects to receive and handle an external result in the form of an Intent.

Functions

Link copied to clipboard
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.