Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Netflix Class

Mathias Maes edited this page Dec 21, 2017 · 7 revisions

Netflix Class

Variables

Variable Name Type Description
Netflix.Id string The user identifier to hel the api know wich user is connected.
Netflix.Profiles ProfileContainer Contains the available netflix profiles for the current account.

Methods

Method Name Return Type Description
Netflix.GetViewHistory() Task Get the whole viewing history of the currently active profile.
Netflix.GetTotalWatchTime() TimeSpan Get a timespan of how long the currently active profile has watched.
Netflix.LoadNetflixProfiles() Task (Re)loads the netflix profiles associated with the current account.
Netflix.SwitchProfile(Profile) Task Switches the active profile.
Clone this wiki locally