File tree 3 files changed +6
-6
lines changed
vector/src/main/java/im/vector/app/features/analytics/plan
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ data class Error(
49
49
*/
50
50
val isFederated : Boolean? = null ,
51
51
/* *
52
- * true if the current user is using matrix.org
52
+ * true if the current user is using matrix.org.
53
53
*/
54
54
val isMatrixDotOrg : Boolean? = null ,
55
55
val name : Name ,
56
56
/* *
57
57
* UTDs can be permanent or temporary. If temporary, this field will
58
58
* contain the time it took to decrypt the message in milliseconds. If
59
- * permanent should be -1
59
+ * permanent should be -1.
60
60
*/
61
61
val timeToDecryptMillis : Int? = null ,
62
62
/* *
@@ -65,7 +65,7 @@ data class Error(
65
65
*/
66
66
val userTrustsOwnIdentity : Boolean? = null ,
67
67
/* *
68
- * true if that unable to decrypt error was visible to the user
68
+ * true if that unable to decrypt error was visible to the user.
69
69
*/
70
70
val wasVisibleToUser : Boolean? = null ,
71
71
) : VectorAnalyticsEvent {
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ data class PollCreation(
41
41
42
42
enum class Action {
43
43
/* *
44
- * Newly created poll
44
+ * Newly created poll.
45
45
*/
46
46
Create ,
47
47
48
48
/* *
49
- * Edit of an existing poll
49
+ * Edit of an existing poll.
50
50
*/
51
51
Edit ,
52
52
}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ package im.vector.app.features.analytics.plan
26
26
*/
27
27
data class SuperProperties (
28
28
/* *
29
- * Used by web to identify the platform (Web Platform/Electron Platform)
29
+ * Used by web to identify the platform (Web Platform/Electron Platform).
30
30
*/
31
31
val appPlatform : String? = null ,
32
32
/* *
You can’t perform that action at this time.
0 commit comments