DeviceLockCheck
public class DeviceLockCheck : SecurityCheck
IsDeviceLockCheck implements the SecurityCheck protocol
It can check whether or not the device the check is running on has a device lock enabled
-
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public init() -
Check if a lock screen is set on the device.
Declaration
Swift
public func check() -> SecurityCheckResultReturn Value
A Security Check result with a true or false passing property
DeviceLockCheck Class Reference