misc(navigation) : add onDetailsClick on SpaceView

This commit is contained in:
ganfra 2025-10-27 09:53:09 +01:00
parent da95a4b838
commit 7f04a9fcf7
5 changed files with 23 additions and 0 deletions

View file

@ -32,5 +32,6 @@ interface SpaceEntryPoint : FeatureEntryPoint {
interface Callback : Plugin {
fun onOpenRoom(roomId: RoomId, viaParameters: List<String>)
fun onOpenDetails()
}
}