Analytics: Add more screen

https://github.com/matrix-org/matrix-analytics-events/pull/11
This commit is contained in:
Benoit Marty 2021-12-15 16:51:48 +01:00 committed by Benoit Marty
parent 67f43550ac
commit 13b4a58eaf

View file

@ -53,6 +53,16 @@ data class Screen(
*/ */
Home, Home,
/**
* The screen that displays the user's breadcrumbs.
*/
MobileBreadcrumbs,
/**
* The tab on mobile that displays the dialpad.
*/
MobileDialpad,
/** /**
* The Favourites tab on mobile that lists your favourite people/rooms. * The Favourites tab on mobile that lists your favourite people/rooms.
*/ */
@ -63,6 +73,11 @@ data class Screen(
*/ */
MobileInviteFriends, MobileInviteFriends,
/**
* The screen that displays the login flow.
*/
MobileLogin,
/** /**
* The People tab on mobile that lists all the DM rooms you have joined. * The People tab on mobile that lists all the DM rooms you have joined.
*/ */
@ -123,6 +138,11 @@ data class Screen(
*/ */
RoomDirectory, RoomDirectory,
/**
* The screen that lists all the user's rooms and let them filter the rooms.
*/
RoomFilter,
/** /**
* The screen that displays the list of members that are part of a room. * The screen that displays the list of members that are part of a room.
*/ */
@ -169,7 +189,7 @@ data class Screen(
SettingsSecurity, SettingsSecurity,
/** /**
* The screen shown to create a new (non-direct) room. * The screen shown to create a new direct room.
*/ */
StartChat, StartChat,