data class IssueUpdatedEvent : CastEvent
This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue.
<init> |
This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue. IssueUpdatedEvent(issueMessage: String) |
issueMessage |
val issueMessage: String |