mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
Add TODOs
This commit is contained in:
parent
5819790c1b
commit
4a1012cf81
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ import im.vector.matrix.android.internal.crypto.verification.PendingVerification
|
|||
* SAS verification is intended to be a highly interactive process for users,
|
||||
* and as such exposes verification methods which are easier for users to use.
|
||||
*/
|
||||
// TODO Rename to VerificationService and reorganize packages?
|
||||
interface SasVerificationService {
|
||||
|
||||
fun addListener(listener: SasVerificationListener)
|
||||
|
@ -69,6 +70,7 @@ interface SasVerificationService {
|
|||
|
||||
// fun transactionUpdated(tx: SasVerificationTransaction)
|
||||
|
||||
// TODO Rename to VerificationListener
|
||||
interface SasVerificationListener {
|
||||
fun transactionCreated(tx: SasVerificationTransaction)
|
||||
fun transactionUpdated(tx: SasVerificationTransaction)
|
||||
|
|
Loading…
Reference in a new issue