LMJailbreakService

@objc
public class LMJailbreakService : NSObject, LMJailbreakServiceProtocol, CheckIfDeviceIsJailbroken

Standart realisation of jailbreak detection service

CheckIfDeviceIsJailbroken

  • Sends status of jailbreak to delegate

    Declaration

    Swift

    public func sendTheStatusOfJailBreak(value: Bool)

    Parameters

    value

    jailbreak status

LMJailbreakServiceProtocol