Interface ApplicationLinkRestrictions


@PublicApi public interface ApplicationLinkRestrictions
Handles the settings for how restrictively application links are treated by the whitelist by default.
Since:
5.0
  • Method Details

    • setRestrictiveness

      void setRestrictiveness(ApplicationLinkRestrictiveness applicationLinkRestrictiveness)
      Sets how restrictively application links are treated by default.
      Parameters:
      applicationLinkRestrictiveness - Value defining how restrictively application links are treated.
    • getRestrictiveness

      ApplicationLinkRestrictiveness getRestrictiveness()
      Gets the restrictiveness of application links.
      Returns:
      Value defining how restrictively application links are treated by default.