Class PlayHistory

java.lang.Object
de.sonallux.spotify.api.models.PlayHistory

public class PlayHistory extends Object
PlayHistoryObject
  • Field Details

    • context

      public Context context

      The context the track was played from.

    • playedAt

      public Instant playedAt

      The date and time the track was played.

    • track

      public Track track

      The track the user listened to.

  • Constructor Details

    • PlayHistory

      public PlayHistory()