Skip to content
Snippets Groups Projects
Commit c6e1ad40 authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Moved classes to session/repository sub-package

parent 8c2670b7
No related branches found
No related tags found
No related merge requests found
package io.elixxir.dapp.session.data
package io.elixxir.dapp.session.repository
import android.os.Build
import android.security.keystore.KeyGenParameterSpec
......
package io.elixxir.dapp.session.data
package io.elixxir.dapp.session.repository
import java.io.File
import io.elixxir.dapp.model.CommonProperties
import kotlinx.coroutines.*
/**
* Responsible for creation & deletion of folder used to persist Cmix session.
* Only needs to be created once per app installation.
* Responsible for creation, deletion & storage of folder used to persist
* Cmix session. Only needs to be created once per app installation.
*/
internal interface SessionManager {
val sessionFolder: File
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment