AppUpdatedEvent
data class AppUpdatedEvent(@Json(name = "created_at") val createdAt: OffsetDateTime, @Json(name = "app") val app: AppEventResponse, @Json(name = "custom") val custom: Map<String, Any?> = emptyMap(), @Json(name = "type") val type: String, @Json(name = "received_at") val receivedAt: OffsetDateTime? = null) : VideoEvent
Emitted when app settings are updated
Constructors
Link copied to clipboard
constructor(@Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "app") app: AppEventResponse, @Json(name = "custom") custom: Map<String, Any?> = emptyMap(), @Json(name = "type") type: String, @Json(name = "received_at") receivedAt: OffsetDateTime? = null)