|
void | onCreate (Bundle savedInstanceState) |
|
void | onActivityResult (int requestCode, int resultCode, Intent data) |
| Sets the slot edittext. More...
|
|
◆ check_in_data()
void com.example.infiniteLoop.parkingo.checkin.check_in_data |
( |
View |
view | ) |
|
|
inline |
Gets the check-in details from the view.
- Parameters
-
view | - view of the calling activity |
- Returns
- void
◆ getslot()
void com.example.infiniteLoop.parkingo.checkin.getslot |
( |
View |
v | ) |
|
|
inline |
Takes the user to the activity where he can chose the slot.
- Parameters
-
view | - View of the calling activity |
- Returns
- void
◆ onActivityResult()
void com.example.infiniteLoop.parkingo.checkin.onActivityResult |
( |
int |
requestCode, |
|
|
int |
resultCode, |
|
|
Intent |
data |
|
) |
| |
|
inlineprotected |
Sets the slot edittext.
- Parameters
-
requestCode | - an integer argument |
resultCode | - an integer argument |
data | - An Intent message object |
- Returns
- void
◆ onBackPressed()
void com.example.infiniteLoop.parkingo.checkin.onBackPressed |
( |
| ) |
|
|
inline |
Takes the user to the previous activity if back button is pressed.
- Returns
- void
The documentation for this class was generated from the following file:
- app/src/main/java/com/example/infiniteLoop/parkingo/checkin.java