@camera.ui/sdk / plugin / PluginCapability
Enumeration: PluginCapability
Defined in: plugin/contract.ts:110
Permission a plugin requests so it can call a host-provided system feature. Each capability gates one outgoing SDK call — calls without the matching capability are rejected by the host.
Enumeration Members
PublishNotifications
PublishNotifications:
"publishNotifications"
Defined in: plugin/contract.ts:116
Grants the plugin permission to call api.notificationManager.publish. Without this capability the host silently drops published notifications and logs an error.