{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

ActivityResultFunction

interface ActivityResultFunction


Function that returns an ActivityResult, to be called by getActivityResultFunctionForIntent. The method accepts the triggering intent.

Summary

Public functions

ActivityResult!
apply(intent: Intent!)

Public functions

apply

fun apply(intent: Intent!): ActivityResult!