Enum EAndroidCheatingType
Kinds of cheating that can be reported by the Android detectors.
Namespace: GUPS.AntiCheat.Detector.Android
Assembly: cs.temp.dll.dll
Syntax
public enum EAndroidCheatingType : byte
Fields
| Name | Description |
|---|---|
| DEVICE_INSTALLED_APPS | The device has installed applications that are on the blacklist. |
| PACKAGE_FINGERPRINT | The app package certificate fingerprint does not match the expected fingerprint. |
| PACKAGE_HASH | The app package hash does not match the expected hash. |
| PACKAGE_LIBRARY | The app package contains a native library that is not allowed. |
| PACKAGE_SOURCE | The app package was installed from a store that is not on the allow list. |
| UNKNOWN | Default sentinel used when the type of cheating could not be classified. |