API Class: ProfileInteractor
Method : deleteUser()
It is used to delete the current logged in user’s profile from the system
Request:
Response:
• Response Object : DeleteResponse
• Message: It is a simple string message
• StatusCode : It returns an API status code (like 200,201,500,401)
• Success: It returns boolean value, (true/false)
fun onUserFollow(currentFeedItem: VideoInfo?)
fun onThumbnailUpdated(path: String)
fun onResetThumbnail()
fun onStartContentUpdate()
fun onThumbnailSelected(thumbnailType: ThumbnailType)
fun onThumbnailUpdated(path: String)
fun onResetThumbnail()
fun onStartContentUpdate()
fun onThumbnailSelected(thumbnailType: ThumbnailType)