ActivityResultKt
Added in 1.2.0
public final class ActivityResultKt
Summary
Public methods |
|
|---|---|
static final int |
component1(@NonNull ActivityResult receiver)Destructuring declaration for |
static final Intent |
component2(@NonNull ActivityResult receiver)Destructuring declaration for |
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 |
component2
public static final Intent component2(@NonNull ActivityResult receiver)
Destructuring declaration for ActivityResult to provide the intent
| Returns | |
|---|---|
Intent |
the intent of the |