Bixby Developer Center

References

library-permission

optionalvalue required

Specifies that you are requesting a library-permission in the permission-link component. You must also declare and properly set up this permission in your capsule.bxb file. For more information, see Grant Capsule Permissions in the Initializing Your Capsule Developers' Guide.

Examples

...
permission-link{
library-permission (self:profile)
...
}
...
permission-link{
library-permission (myLib:photos)
...
}