[Architecture] use FeatureEntryPoint on Preferences
This commit is contained in:
parent
9d730d8b74
commit
15ed58b756
17 changed files with 94 additions and 33 deletions
|
|
@ -17,9 +17,9 @@
|
|||
package io.element.android.features.onboarding.api
|
||||
|
||||
import com.bumble.appyx.core.plugin.Plugin
|
||||
import io.element.android.libraries.architecture.EntryPoint
|
||||
import io.element.android.libraries.architecture.FeatureEntryPoint
|
||||
|
||||
interface OnBoardingEntryPoint : EntryPoint {
|
||||
interface OnBoardingEntryPoint : FeatureEntryPoint {
|
||||
interface Callback : Plugin {
|
||||
fun onSignUp()
|
||||
fun onSignIn()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue