WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIBlocklistService
| IID: | 0c3fe697-d50d-4f42-b747-0c5855cfc60e |
| Inherits From: | nsISupports |
This interface is implemented by the following components:
Methods
PRBool isAddonBlocklisted ( AString id , AString version , AString appVersion , AString toolkitVersion )
PRBool isAddonBlocklisted ( AString id , AString version , AString appVersion , AString toolkitVersion )
Determine if an item is blocklisted
- Arguments:
- id: The GUID of the item.
- version: The item's version.
- appVersion: The version of the application we are checking in the blocklist. If this parameter is undefined, the version of the running application is used.
- toolkitVersion: The version of the toolkit we are checking in the blocklist. If this parameter is undefined, the version of the running toolkit is used.
Reference documentation is generated from Mozilla's source.
