mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-04 17:25:33 +08:00
Fixed ReadNarrationEvent.Category not using @Serializable.
This commit is contained in:
@@ -19,6 +19,7 @@ public data class ReadNarrationEvent @JvmOverloads constructor(
|
||||
/**
|
||||
* Represents the category of the narration.
|
||||
*/
|
||||
@Serializable
|
||||
public enum class Category {
|
||||
@SerialName("Notification")
|
||||
NOTIFICATION,
|
||||
|
||||
Reference in New Issue
Block a user