SeamEvent

@Serializable
sealed class SeamEvent

Event that indicates a status change or an issue that has occurred.

While an event reports why an issue has occurred, the corresponding SeamError explains how to fix the issue.

Contains an eventType.

Inheritors

Types

Link copied to clipboard
abstract class Internal

Event that Seam may change in the future.

Link copied to clipboard
abstract class Phone : SeamEvent

Event that affects the app user's phone.

Properties

Link copied to clipboard
abstract val eventType: String

Event type.