Build an identifier for the given MediaID.
Delete the value of the provided namespace key.
if true this operation behaves like Memory.resetMemory with the key as an argument. Otherwise it merely removes the specified namespace.
Get the stored StoredAnimeInfo for the provided identifier. The returned value is a StorageObject and thus can be used to alter the stored version directly.
Even if nothing is stored, this method still returns an instance of StoredAnimeInfo which you may use to write to.
Get an observable which keeps track of whether the user is subscribed to the Anime It immediately pushes the current state to the observer.
Get the AnimeSubscriptionInfo for an Anime. The returned value is a StoreElementProxy.
Keep track of the given element such that it can be removed later.
Reset state and reload current service page.
Store the given value under the namespace key.
Namespaces are separated by a dot
Remove all elements from the given namespaces. Removing elements of a namespace also removes all elements in namespaces further down.
If no namespaces provided removes all elements.
Reset the given namespaces and all their children.
When called with no arguments this flushes the entire memory (i.e. deletes all keys).
Subscribe to an Anime
Unsubscribe from Anime
Generated using TypeDoc
State handler for services.