[This is preliminary documentation and subject to change.]

Main interface for content provider plugins to specify PlayOn Settings components and logic.


The following tables list the members exposed by IPlayOnProviderSettings.

Public Properties

  Name Description
Public property Description Returns a text description that will show in the plugin tab of PlayOn Settings.
Public property HasOptions Returns whether this plugin has custom configurable options.
Public property ID Returns a unique ID used for caching and identifying the settings for this plugin.
Public property Image Returns an Image icon for this content provider.
Public property Link Returns an HTTP link to the provider's homepage.
Public property Name Returns the display name that will show in the plugin tab of PlayOn Settings.
Public property RequiresLogin Returns whether a login control should be displayed.
Top

Public Methods

  Name Description
Public method CheckForUpdate Checks to see if an update is available for the given plugin (presumably online).
Public method ConfigureOptions Allows a plugin to show a custom configuration window to set custom string value options.
Public method TestLogin Returns whether the indicated login parameters work successfully.
Top

See Also