Rename callbacks for clarity and consistency
This commit is contained in:
parent
5c74920a33
commit
064d4a9a7c
5 changed files with 14 additions and 17 deletions
|
|
@ -31,6 +31,6 @@ interface CreateRoomEntryPoint : FeatureEntryPoint {
|
|||
}
|
||||
|
||||
interface Callback : Plugin {
|
||||
fun onOpenRoom(roomId: RoomId)
|
||||
fun onSuccess(roomId: RoomId)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue