UserAccountDataEvent
@JsonClass(generateAdapter = true)
Content copied to clipboard
This is a simplified Event with just a type and a content. Currently used types are defined in UserAccountDataTypes
Constructors
Link copied to clipboard
fun UserAccountDataEvent(@Json(name = "type") type: String, @Json(name = "content") content: Content)
Content copied to clipboard