mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-19 13:59:19 +00:00
Add: AppSheet's Callbacks
This commit is contained in:
@ -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
|
||||||
|
}
|
Reference in New Issue
Block a user