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