mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-04 14:02:23 +01:00
Analytics: Add more screen
https://github.com/matrix-org/matrix-analytics-events/pull/11
This commit is contained in:
parent
67f43550ac
commit
13b4a58eaf
@ -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.
|
||||
*/
|
||||
@ -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.
|
||||
*/
|
||||
@ -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.
|
||||
*/
|
||||
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user