| Interface | Description |
|---|---|
| OnPermissionChangeListener |
OnPermissionChangeListener is a listener which includes a callback method that can be called when there are permission changes
|
| Class | Description |
|---|---|
| PermissionElement |
PermissionElement holds the RPC name that the developer wants to add a listener for.
|
| PermissionManager |
PermissionManager gives the developer information about what permissions are permitted in specific HMI level
and helps developers setup listeners to be called when specific permissions become allowed.
|
| PermissionStatus |
PermissionStatus gives a detailed view about whether an RPC and its permission parameters are allowed or not
|