Skip to content

Instantly share code, notes, and snippets.

@lfreeland
Created February 25, 2018 10:44
Show Gist options
  • Select an option

  • Save lfreeland/e001dfc292d9a29e2383b42b8218511c to your computer and use it in GitHub Desktop.

Select an option

Save lfreeland/e001dfc292d9a29e2383b42b8218511c to your computer and use it in GitHub Desktop.
FeatureManagement Has Custom Permission Access
Boolean hasCustomPermission = FeatureManagement.checkPermission('<custom_permission_api_name>');
if (hasCustomPermission) {
// Allow custom feature
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment