Bixby Developer Center

References

required-permissions

optional

A block key that declares if an action-endpoint requires one (or more) types of permissions. The user needs to grant these permissions in order to execute the action.

Example

...
action-endpoint (InnerAction) {
local-endpoint (InnerAction.js)
required-permissions {
permission (type1) // This permission type should match one of the `capsule.library.exports-permissions`
}
}
...

Child Keys

permission
optional
The permission type the action endpoint needs