Uses of Class
se.michaelthelin.spotify.model_objects.specification.Context
Packages that use Context
Package
Description
-
Uses of Context in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return ContextModifier 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.Methods in se.michaelthelin.spotify.model_objects.miscellaneous with parameters of type ContextModifier 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
Methods in se.michaelthelin.spotify.model_objects.specification that return ContextModifier and TypeMethodDescriptionContext.Builder.build()
Context.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) PlayHistory.getContext()
Get the context the track was played from.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ContextModifier and TypeMethodDescriptionPlayHistory.Builder.setContext
(Context context) The context setter.