ProfileService

open class ProfileService

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun resetPassword(licence: String, email: String): Int
Link copied to clipboard
open fun saveFavoriteMalls(licence: String, mapstedUid: String, malls: Set<Integer>)
Link copied to clipboard
open fun saveFavoriteStores(licence: String, mapstedUid: String, stores: Set<String>)
Link copied to clipboard
open fun updateProfile(licence: String, mapstedUid: String, deviceId: String, userProfile: UserProfile): Boolean