ProfileViewModel
class ProfileViewModel @Inject constructor(client: AppHttpClient, dataService: AppDataService, storage: CrossStorage) : ViewModel
Content copied to clipboard
Constructors
ProfileViewModel
Link copied to clipboard
@Inject
Content copied to clipboard
Functions
clearStorage
Link copied to clipboard
fun clearStorage()
Content copied to clipboard
updateProfile
Link copied to clipboard
fun updateProfile()
Content copied to clipboard
Query update profile
Properties
client
Link copied to clipboard
dataService
Link copied to clipboard
storage
Link copied to clipboard