Functions
deleteProfileImageByUserId
Link copied to clipboard
abstract suspend fun deleteProfileImageByUserId(userId: String): Result<String>
Content copied to clipboard
equals
Link copied to clipboard
getProfileImageByUserId
Link copied to clipboard
abstract suspend fun getProfileImageByUserId(userId: String): Result<ProfileImage>
Content copied to clipboard
getProfileImageTimestampByUserId
Link copied to clipboard
abstract suspend fun getProfileImageTimestampByUserId(userId: String): Result<Long>
Content copied to clipboard
saveProfileImageForUser
Link copied to clipboard
abstract suspend fun saveProfileImageForUser(userId: String, image: String): Result<String>
Content copied to clipboard
Inheritors
DefaultProfileImageService
Link copied to clipboard