ActivityResultKt

Added in 1.2.0

public final class ActivityResultKt


Summary

Public methods

static final int

Destructuring declaration for ActivityResult to provide the requestCode

static final Intent

Destructuring declaration for ActivityResult to provide the intent

Public methods

component1

public static final int component1(@NonNull ActivityResult receiver)

Destructuring declaration for ActivityResult to provide the requestCode

Returns
int

the resultCode of the ActivityResult

component2

public static final Intent component2(@NonNull ActivityResult receiver)

Destructuring declaration for ActivityResult to provide the intent

Returns
Intent

the intent of the ActivityResult