muzei-api / com.google.android.apps.muzei.api / UserCommand / deserialize

deserialize

@JvmStatic fun deserialize(serialized: String): UserCommand
Deprecated: UserCommands should not be serialized and deserialized

Deserializes a user command from the given string.

Parameters

serialized - the string generated by serialize to deserialize.

Return
the deserialized UserCommand from the given string.