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
delegateservice delegate
-
Sends status of jailbreak to delegate
Declaration
Swift
public func sendTheStatusOfJailBreak(value: Bool)Parameters
valuejailbreak status
-
Starts jailbreak status check
Declaration
Swift
public func checkJailbreakStatus()
LMJailbreakService Class Reference