mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-24 16:07:24 +00:00
refactor: refactor the configs to implement a parent with common functionality across config base and config sig
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
package org.session.libsignal.utilities
|
||||
|
||||
object Namespace {
|
||||
const val ALL = "all"
|
||||
const val DEFAULT = 0
|
||||
const val UNAUTHENTICATED_CLOSED_GROUP = -10
|
||||
fun ALL() = "all"
|
||||
fun UNAUTHENTICATED_CLOSED_GROUP() = -10
|
||||
external fun DEFAULT(): Int
|
||||
external fun USER_PROFILE(): Int
|
||||
external fun CONTACTS(): Int
|
||||
external fun CONVO_INFO_VOLATILE(): Int
|
||||
external fun GROUPS(): Int
|
||||
external fun CLOSED_GROUP_INFO(): Int
|
||||
external fun CLOSED_GROUP_MEMBERS(): Int
|
||||
external fun ENCRYPTION_KEYS(): Int
|
||||
}
|
Reference in New Issue
Block a user