Updated on 2026-08-14
This commit is contained in:
parent
e72bf276da
commit
41dea25009
17 changed files with 348 additions and 23 deletions
8
app/src/main/java/com/tangem/tap/ActivityResultCaller.kt
Normal file
8
app/src/main/java/com/tangem/tap/ActivityResultCaller.kt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package com.tangem.tap
|
||||
|
||||
import android.content.Intent
|
||||
import androidx.activity.result.ActivityResultLauncher
|
||||
|
||||
interface ActivityResultCaller {
|
||||
val activityResultLauncher: ActivityResultLauncher<Intent>?
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue