pl.wendigo.chrome.api.cast / IssueUpdatedEvent

IssueUpdatedEvent

data class IssueUpdatedEvent : Event (source)

This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue.

Link
Cast#issueUpdated event documentation.

Constructors

<init>

IssueUpdatedEvent(issueMessage: String)

This is fired whenever the outstanding issue/error message changes. |issueMessage| is empty if there is no issue.

Properties

issueMessage

val issueMessage: String

Inherited Functions

protocolDomain

fun protocolDomain(): String