Skip to content

Commit

Permalink
Analytics: Add more screen
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jan 19, 2022
1 parent 67f4355 commit 13b4a58
Showing 1 changed file with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ data class Screen(
*/
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.
*/
Expand All @@ -63,6 +73,11 @@ data class Screen(
*/
MobileInviteFriends,

/**
* The screen that displays the login flow.
*/
MobileLogin,

/**
* The People tab on mobile that lists all the DM rooms you have joined.
*/
Expand Down Expand Up @@ -123,6 +138,11 @@ data class Screen(
*/
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.
*/
Expand Down Expand Up @@ -169,7 +189,7 @@ data class Screen(
SettingsSecurity,

/**
* The screen shown to create a new (non-direct) room.
* The screen shown to create a new direct room.
*/
StartChat,

Expand Down

0 comments on commit 13b4a58

Please sign in to comment.