mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-30 10:54:58 +01:00
update doc
This commit is contained in:
parent
84ccd30ab7
commit
8f56f9de46
@ -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…
x
Reference in New Issue
Block a user