Skip to content

@camera.ui/sdk / plugin / PluginCapability

Enumeration: PluginCapability

Defined in: plugin/contract.ts:75

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:77

Allows api.notificationManager.publish. Without it the host drops published notifications and logs an error.