Add Breadcrumb
class AddBreadcrumb(val message: String, val type: BreadcrumbType, val timestamp: String, val metadata: MutableMap<String, Any?>) : StateEvent
Constructors
Link copied to clipboard
constructor(message: String, type: BreadcrumbType, timestamp: String, metadata: MutableMap<String, Any?>)