Classes

The following classes are available globally.

  • AeroGear Services Security SDK

    SDK provides a way for the developer to perform security checks on the device their code is running on

    See more

    Declaration

    Swift

    public class AgsSecurity
  • IsDebuggerCheck implements the SecurityCheck protocol

    It can check whether or not the device the check is running on is running with debug mode enabled

    See more

    Declaration

    Swift

    public class NonDebugCheck : SecurityCheck