Rename callbacks for clarity and consistency

This commit is contained in:
Florian Renaud 2023-04-14 16:46:45 +02:00
parent 5c74920a33
commit 064d4a9a7c
5 changed files with 14 additions and 17 deletions

View file

@ -31,6 +31,6 @@ interface CreateRoomEntryPoint : FeatureEntryPoint {
}
interface Callback : Plugin {
fun onOpenRoom(roomId: RoomId)
fun onSuccess(roomId: RoomId)
}
}