NonEmulatorCheck
public class NonEmulatorCheck : SecurityCheck
IsEmulatorCheck implements the SecurityCheck protocol
It can check whether or not the device the check is running on is running within an emulator or not.
-
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public init() -
Check if the device is running in an emulator.
Declaration
Swift
public func check() -> SecurityCheckResultReturn Value
A Security Check result with a true or false passing property
NonEmulatorCheck Class Reference