Class ExternalSubscription
Extends
RegularSubscription.
Defined in: subscriptionClasses.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
ExternalSubscription(url, title)
Class for filter subscriptions updated by externally (by other extension)
|
- Fields borrowed from class RegularSubscription:
- homepage, lastDownload
- Fields borrowed from class Subscription:
- disabled, filters, fixedTitle, title, url
| Method Attributes | Method Name and Description |
|---|---|
|
serialize(buffer)
See Subscription.serialize()
|
- Methods borrowed from class Subscription:
- serializeFilters, toString
Class Detail
ExternalSubscription(url, title)
Class for filter subscriptions updated by externally (by other extension)
- Parameters:
- {String} url
- see Subscription()
- {String} title Optional
- see Subscription()
Method Detail
serialize(buffer)
See Subscription.serialize()
- Parameters:
- buffer