Interface IIOSJailbreakDetectionStatus
Extends
Namespace: GUPS.AntiCheat.Detector.IOS
Assembly: cs.temp.dll.dll
Syntax
public interface IIOSJailbreakDetectionStatus
Properties
Evidence
Gets a short human readable evidence string describing what triggered the detection (e.g. a file path, a URL scheme, a loaded dylib name). May be empty if no specific evidence is available.
Declaration
string Evidence { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
JailbreakType
Gets the type of jailbreak evidence detected on the device.
Declaration
EIOSJailbreakType JailbreakType { get; }
Property Value
| Type | Description |
|---|---|
| EIOSJailbreakType |