Accessing 'enabled' status of an iOS Safari Web Extension

Within an iOS(15) Safari Web Extension, is there a way for the app to query the enabled status of the extension, similar to how the Mac app extension works through its showPreferencesForExtension(withIdentifier:completionHandler:) method?

Accessing 'enabled' status of an iOS Safari Web Extension
 
 
Q