Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
PermissionManager

Class PermissionManager

Hierarchy

java.lang.Object
     com.smartdevicelink.managers.BaseSubManager
         com.smartdevicelink.managers.permission.BasePermissionManager

Package
com.smartdevicelink.managers.permission

Overview

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.

This should be used through the com.smartdevicelink.managers.SdlManager and not be instantiated by itself

Fields

Inherited Fields

From Class Fields
com.smartdevicelink.managers.permission.BasePermissionManager PERMISSION_GROUP_STATUS_ALLOWED, PERMISSION_GROUP_STATUS_DISALLOWED, PERMISSION_GROUP_STATUS_MIXED, PERMISSION_GROUP_STATUS_UNKNOWN, PERMISSION_GROUP_TYPE_ALL_ALLOWED, PERMISSION_GROUP_TYPE_ANY
com.smartdevicelink.managers.BaseSubManager SETTING_UP, READY, LIMITED, SHUTDOWN, ERROR, internalInterface

Constructors

PermissionManager( ISdl internalInterface )

Creates a new instance of the PermissionManager

public PermissionManager(ISdl internalInterface)

Constructor Parameters

internalInterface

Methods

Inherited Methods

From Class Methods
com.smartdevicelink.managers.permission.BasePermissionManager start, getRPCRequiresEncryption, getRequiresEncryption, isRPCAllowed, isPermissionParameterAllowed, dispose, getGroupStatusOfPermissions, getStatusOfPermissions, addListener, removeListener
com.smartdevicelink.managers.BaseSubManager start, dispose, transitionToState, getState, handleTransportUpdated, onTransportUpdate
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section