Permissions.IsKeyDeclaredInInfoPlist(String) Method
Definition
Check if a usage key is specified in the info.plist file.
public static bool IsKeyDeclaredInInfoPlist (string usageKey);
Parameters
-
usageKey
- String
The usage key to check in the info.plist.
Returns
- Boolean
If it is declared in the info.plist.
Remarks
Applies to