Interface AgeGateView
-
- All Superinterfaces:
MvpView
- All Known Implementing Classes:
AgeGateFragment
public interface AgeGateView extends MvpView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
startAgeRestrictedDialog()
Notify the view that a dialog for age restriction must be shownvoid
startRegisterActivity(java.lang.String birthdate)
Notify the view that the birtdate is legal
-
-
-
Method Detail
-
startRegisterActivity
void startRegisterActivity(java.lang.String birthdate)
Notify the view that the birtdate is legal- Parameters:
birthdate
- date used for registration
-
startAgeRestrictedDialog
void startAgeRestrictedDialog()
Notify the view that a dialog for age restriction must be shown
-
-