# new ExtensionManager()
Extension Manager is responsible to the lifecycle of all device extension implementation.
Methods
# async getExtension(type)
Return the extension specified.
Parameters:
Name | Type | Description |
---|---|---|
type |
String
|
Type of the extension to be retrieved. |
# isExtensionSupported(type) → {Boolean}
Check and see if the specified extension is supported or not.
Parameters:
Name | Type | Description |
---|---|---|
type |
String
|
True if supported, false otherwise.
Boolean