Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-app-template-core
/
com.mapsted.template_core.data.manager
/
ProfileDataManager
Profile
Data
Manager
open
class
ProfileDataManager
Members
Constructors
Profile
Data
Manager
Link copied to clipboard
constructor
(
context
:
Context
,
coreApi
:
CoreApi
)
Functions
get
Favorite
Malls
Link copied to clipboard
@
WorkerThread
open
fun
getFavoriteMalls
(
)
:
LinkedHashSet
<
Integer
>
get
Favorite
Stores
Link copied to clipboard
@
WorkerThread
open
fun
getFavoriteStores
(
)
:
Set
<
String
>
get
User
Profile
Link copied to clipboard
open
fun
getUserProfile
(
)
:
UserProfile
reset
Password
Link copied to clipboard
@
WorkerThread
open
fun
resetPassword
(
email
:
String
)
:
ForgotPasswordResponse
save
Favorite
Malls
Link copied to clipboard
open
fun
saveFavoriteMalls
(
malls
:
Set
<
Integer
>
)
save
Favorite
Stores
Link copied to clipboard
open
fun
saveFavoriteStores
(
stores
:
Set
<
String
>
)
update
Profile
Link copied to clipboard
@
WorkerThread
open
fun
updateProfile
(
userProfile
:
UserProfile
,
deviceId
:
String
)
:
Boolean