Package com.cmput301w23t09.qrhunter
Class LandingController
- java.lang.Object
-
- com.cmput301w23t09.qrhunter.LandingController
-
public class LandingController extends java.lang.Object
The MainController handles controlling whether or not to log the player in and also registration.
-
-
Constructor Summary
Constructors Constructor Description LandingController(LandingActivity activity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onRegistration(java.lang.String username, java.lang.String phoneNo, java.lang.String email)
Attempts to register player given the credentials
-
-
-
Constructor Detail
-
LandingController
public LandingController(LandingActivity activity)
-
-
Method Detail
-
onRegistration
public void onRegistration(java.lang.String username, java.lang.String phoneNo, java.lang.String email)
Attempts to register player given the credentials- Parameters:
username
- username to register account withphoneNo
- phone number to register account withemail
- email to register account with
-
-