Netflix Class - WatcherWhale/Netflix-Shakti.net GitHub Wiki
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. |