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
System.String

The usage key to check in the info.plist.

Returns

System.Boolean

If it is declared in the info.plist.

Applies to