clean up signal service protocols

This commit is contained in:
Ryan ZHAO
2021-02-22 11:29:22 +11:00
parent 1db9ccdf27
commit 8c016b3802
22 changed files with 15 additions and 455 deletions

View File

@@ -24,6 +24,10 @@ class SSKEnvironment(
}
interface ProfileManagerProtocol {
companion object {
const val NAME_PADDED_LENGTH = 26
}
fun setDisplayName(context: Context, recipient: Recipient, displayName: String)
fun setProfilePictureURL(context: Context, recipient: Recipient, profilePictureURL: String)
fun setProfileKey(context: Context, recipient: Recipient, profileKey: ByteArray)