Uses of Class
se.michaelthelin.spotify.model_objects.specification.Context
Package
Description
-
Uses of Context in se.michaelthelin.spotify.model_objects.miscellaneous
Modifier and TypeMethodDescriptionCurrentlyPlaying.getContext()
Get the context the item was played from.CurrentlyPlayingContext.getContext()
Get the context from where the currently playing item is played from.Modifier and TypeMethodDescriptionCurrentlyPlaying.Builder.setContext
(Context context) The playing context setter.CurrentlyPlayingContext.Builder.setContext
(Context context) The playing context setter. -
Uses of Context in se.michaelthelin.spotify.model_objects.specification
Modifier and TypeMethodDescriptionContext.Builder.build()
Context.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) PlayHistory.getContext()
Get the context the track was played from.Modifier and TypeMethodDescriptionPlayHistory.Builder.setContext
(Context context) The context setter.