|
| ProfileManager (Context context) |
void | saveInfo (String name, String surname, String email, String phone) |
void | saveInfo (String name, String surname, String email, String phone, String profileImageUrl) |
void | saveInfo (String name, String surname, String email, String phone, String profileImageUrl, String address) |
void | saveProfileImageUrl (String profileImageUrl) |
String | getInfo () |
String | getName () |
String | getSurname () |
String | getEmail () |
String | getPhone () |
String | getAddress () |
String | getProfileImageUrl () |
String | getProfileImageUrlWithTimestamp () |
void | updateLastImageTime () |
long | getLastImageUpdate () |
void | clearInfo () |
Definition at line 7 of file ProfileManager.java.
◆ ProfileManager()
com.example.food_front.utils.ProfileManager.ProfileManager |
( |
Context | context | ) |
|
|
inline |
◆ clearInfo()
void com.example.food_front.utils.ProfileManager.clearInfo |
( |
| ) |
|
|
inline |
◆ getAddress()
String com.example.food_front.utils.ProfileManager.getAddress |
( |
| ) |
|
|
inline |
◆ getEmail()
String com.example.food_front.utils.ProfileManager.getEmail |
( |
| ) |
|
|
inline |
◆ getInfo()
String com.example.food_front.utils.ProfileManager.getInfo |
( |
| ) |
|
|
inline |
◆ getLastImageUpdate()
long com.example.food_front.utils.ProfileManager.getLastImageUpdate |
( |
| ) |
|
|
inline |
◆ getName()
String com.example.food_front.utils.ProfileManager.getName |
( |
| ) |
|
|
inline |
◆ getPhone()
String com.example.food_front.utils.ProfileManager.getPhone |
( |
| ) |
|
|
inline |
◆ getProfileImageUrl()
String com.example.food_front.utils.ProfileManager.getProfileImageUrl |
( |
| ) |
|
|
inline |
◆ getProfileImageUrlWithTimestamp()
String com.example.food_front.utils.ProfileManager.getProfileImageUrlWithTimestamp |
( |
| ) |
|
|
inline |
◆ getSurname()
String com.example.food_front.utils.ProfileManager.getSurname |
( |
| ) |
|
|
inline |
◆ saveInfo() [1/3]
void com.example.food_front.utils.ProfileManager.saveInfo |
( |
String | name, |
|
|
String | surname, |
|
|
String | email, |
|
|
String | phone ) |
|
inline |
◆ saveInfo() [2/3]
void com.example.food_front.utils.ProfileManager.saveInfo |
( |
String | name, |
|
|
String | surname, |
|
|
String | email, |
|
|
String | phone, |
|
|
String | profileImageUrl ) |
|
inline |
◆ saveInfo() [3/3]
void com.example.food_front.utils.ProfileManager.saveInfo |
( |
String | name, |
|
|
String | surname, |
|
|
String | email, |
|
|
String | phone, |
|
|
String | profileImageUrl, |
|
|
String | address ) |
|
inline |
◆ saveProfileImageUrl()
void com.example.food_front.utils.ProfileManager.saveProfileImageUrl |
( |
String | profileImageUrl | ) |
|
|
inline |
◆ updateLastImageTime()
void com.example.food_front.utils.ProfileManager.updateLastImageTime |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: