Permissions.IsKeyDeclaredInInfoPlist(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Check if a usage key is specified in the info.plist file.
public static bool IsKeyDeclaredInInfoPlist (string usageKey);
Parameters
- usageKey
- System.String
The usage key to check in the info.plist.
Returns
System.Boolean
If it is declared in the info.plist.