mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
update doc
This commit is contained in:
parent
84ccd30ab7
commit
8f56f9de46
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue