Definition at line 7 of file SessionManager.java.
◆ SessionManager()
com.example.food_front.utils.SessionManager.SessionManager |
( |
Context | context | ) |
|
|
inline |
◆ clearSession()
void com.example.food_front.utils.SessionManager.clearSession |
( |
| ) |
|
|
inline |
◆ getLastInitPoint()
String com.example.food_front.utils.SessionManager.getLastInitPoint |
( |
| ) |
|
|
inline |
◆ getToken()
String com.example.food_front.utils.SessionManager.getToken |
( |
| ) |
|
|
inline |
◆ getUserEmail()
String com.example.food_front.utils.SessionManager.getUserEmail |
( |
| ) |
|
|
inline |
◆ logout()
void com.example.food_front.utils.SessionManager.logout |
( |
| ) |
|
|
inline |
◆ saveEmail()
void com.example.food_front.utils.SessionManager.saveEmail |
( |
String | email | ) |
|
|
inline |
◆ saveLastInitPoint()
void com.example.food_front.utils.SessionManager.saveLastInitPoint |
( |
String | initPoint | ) |
|
|
inline |
◆ saveToken()
void com.example.food_front.utils.SessionManager.saveToken |
( |
String | token | ) |
|
|
inline |
The documentation for this class was generated from the following file: