public class CheckAuthNumberPresenter extends java.lang.Object implements CheckAuthNumberContract.Presenter
| Modifier and Type | Field and Description |
|---|---|
private CheckAuthNumberContract.View |
mView |
| Constructor and Description |
|---|
CheckAuthNumberPresenter(CheckAuthNumberContract.View view) |
| Modifier and Type | Method and Description |
|---|---|
void |
detachView() |
void |
doSimpleLogin(java.lang.String authcode)
간편 로그인
|
private android.app.Activity |
getActivity()
Support methods
|
android.content.Context |
getContext() |
private CheckAuthNumberContract.View mView
public CheckAuthNumberPresenter(@NonNull
CheckAuthNumberContract.View view)
public void detachView()
detachView in interface BasePresenterpublic android.content.Context getContext()
getContext in interface BasePresenterpublic void doSimpleLogin(@NonNull
java.lang.String authcode)
CheckAuthNumberContract.PresenterdoSimpleLogin in interface CheckAuthNumberContract.Presenterauthcode - 간편로그인 패스워드private android.app.Activity getActivity()