Provider
The base class for all providers. Note that this differs from ProviderApi, this holds every the detailed information of the provider.
Properties
Link copied to clipboard
The filename of the provider.
Link copied to clipboard
A ProviderManifest instance that contains the provider's information.
Link copied to clipboard
A ProviderSettings instance that holds the provider's settings/preferences.
Functions
Link copied to clipboard
Called when the Provider is loaded. Should return a ProviderApi instance.
Link copied to clipboard
The custom settings screen composable to be displayed when the user clicks the provider. Override this to have a settings screen.