public class SessionActivity
extends AppCompatActivity
Constructor and Description |
---|
SessionActivity() |
Modifier and Type | Method and Description |
---|---|
void |
backToConfirm(View view) |
void |
cancel(View view) |
void |
checkPin(View view) |
void |
enterNumber(View view) |
void |
makeRequest() |
void |
onBackPressed() |
protected void |
onCreate(Bundle savedInstanceState) |
protected void |
onNewIntent(Intent intent) |
void |
removeNumber(View view) |
void |
returnFailure() |
protected void onCreate(Bundle savedInstanceState)
protected void onNewIntent(Intent intent)
public void enterNumber(View view)
public void removeNumber(View view)
public void checkPin(View view)
public void makeRequest()
public void backToConfirm(View view)
public void cancel(View view)
public void returnFailure()
public void onBackPressed()