tfausak / jawa / Jawa.PlayReason


type PlayReason
    = Autostart
    | External
    | Interaction
    | Playlist
    | RelatedAuto
    | RelatedInteraction
    | Repeat

This type is not documented.

decoder : Json.Decode.Decoder PlayReason

A JSON decoder.

encode : PlayReason -> Json.Encode.Value

A JSON encoder.