mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-05 01:35:31 +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.
|
* Represents the category of the narration.
|
||||||
*/
|
*/
|
||||||
|
@Serializable
|
||||||
public enum class Category {
|
public enum class Category {
|
||||||
@SerialName("Notification")
|
@SerialName("Notification")
|
||||||
NOTIFICATION,
|
NOTIFICATION,
|
||||||
|
|||||||
Reference in New Issue
Block a user