LMJailbreakService
@objc
public class LMJailbreakService : NSObject, LMJailbreakServiceProtocol, CheckIfDeviceIsJailbroken
Standart realisation of jailbreak detection service
-
Initializes jailbreak detection service
Declaration
Swift
@objc public init(delegate: LMJailbreakServiceDelegate?)
Parameters
delegate
service delegate
-
Sends status of jailbreak to delegate
Declaration
Swift
public func sendTheStatusOfJailBreak(value: Bool)
Parameters
value
jailbreak status
-
Starts jailbreak status check
Declaration
Swift
public func checkJailbreakStatus()