mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 01:26:12 +00:00
feat: add linux native library support for libsession to enable junit testing (might not be the best way)
This commit is contained in:
@@ -34,6 +34,11 @@ interface ConfigFactoryProtocol {
|
||||
)
|
||||
|
||||
fun scheduleUpdate(destination: Destination)
|
||||
fun constructGroupKeysConfig(
|
||||
groupSessionId: SessionId,
|
||||
info: GroupInfoConfig,
|
||||
members: GroupMembersConfig
|
||||
): GroupKeysConfig?
|
||||
}
|
||||
|
||||
interface ConfigFactoryUpdateListener {
|
||||
|
||||
Reference in New Issue
Block a user