mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Add: AppSheet's Callbacks
This commit is contained in:
parent
1ece0a8369
commit
d0d153fcd5
@ -0,0 +1,16 @@
|
|||||||
|
package com.looker.droidify.ui.compose.utils
|
||||||
|
|
||||||
|
import android.net.Uri
|
||||||
|
import com.looker.droidify.database.entity.Release
|
||||||
|
import com.looker.droidify.entity.PackageState
|
||||||
|
import com.looker.droidify.entity.ProductPreference
|
||||||
|
import com.looker.droidify.entity.Screenshot
|
||||||
|
|
||||||
|
interface Callbacks {
|
||||||
|
fun onActionClick(action: PackageState?)
|
||||||
|
fun onPreferenceChanged(preference: ProductPreference)
|
||||||
|
fun onPermissionsClick(group: String?, permissions: List<String>)
|
||||||
|
fun onScreenshotClick(screenshot: Screenshot)
|
||||||
|
fun onReleaseClick(release: Release)
|
||||||
|
fun onUriClick(uri: Uri, shouldConfirm: Boolean): Boolean
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user