update doc

This commit is contained in:
Florian Renaud 2023-02-17 12:22:02 +01:00
parent 84ccd30ab7
commit 8f56f9de46

View file

@ -31,6 +31,7 @@ sealed interface VectorSettingsPushRuleNotificationViewEvent : VectorViewEvents
/** /**
* A failure has occurred. * A failure has occurred.
* *
* @property ruleId the global rule id related to the failure.
* @property throwable the related exception, if any. * @property throwable the related exception, if any.
*/ */
data class Failure(val ruleId: String, val throwable: Throwable?) : VectorSettingsPushRuleNotificationViewEvent data class Failure(val ruleId: String, val throwable: Throwable?) : VectorSettingsPushRuleNotificationViewEvent