Data

data class Data(val resultCode: Int, val intent: Intent?) : ActivityResultOutcome

Activity returned with result data.

Constructors

Link copied to clipboard
constructor(resultCode: Int, intent: Intent?)

Properties

Link copied to clipboard
Link copied to clipboard