summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLPermissionManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLPermissionManager.h')
-rw-r--r--SmartDeviceLink/SDLPermissionManager.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLPermissionManager.h b/SmartDeviceLink/SDLPermissionManager.h
index 887c6ceef..ddea8a209 100644
--- a/SmartDeviceLink/SDLPermissionManager.h
+++ b/SmartDeviceLink/SDLPermissionManager.h
@@ -86,9 +86,9 @@ NS_ASSUME_NONNULL_BEGIN
/**
* Retrieve a dictionary with keys that are the passed in RPC names, and objects of an NSNumber<BOOL> specifying if that RPC is currently allowed
*
- * @param rpcNames An array of RPC names to check
+ * @param rpcNames An array of permission elements to check
*
- * @return A dictionary specifying if the passed in RPC names are currently allowed or not
+ * @return A dictionary with specific RPC info contained in a SDLRPCPermissionStatus
*/
- (NSDictionary<SDLRPCFunctionName, SDLRPCPermissionStatus *> *)statusesOfRPCNames:(NSArray<SDLPermissionElement *> *)rpcNames;
@@ -143,7 +143,6 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (BOOL)rpcNameRequiresEncryption:(SDLRPCFunctionName)rpcName;
-
/**
* Check whether a parameter of an RPC is allowed
*