You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tamperdetector version 1.0.1 documentation and examples shows that first argument unit is success (no debuggers detected and second is "error" unit) yet implementation is reversed fun guardDebugger(error: (() -> Unit) = {}, function: (() -> Unit))
The text was updated successfully, but these errors were encountered:
In tamperdetector version 1.0.1 documentation and examples shows that first argument unit is success (no debuggers detected and second is "error" unit) yet implementation is reversed
fun guardDebugger(error: (() -> Unit) = {}, function: (() -> Unit))
The text was updated successfully, but these errors were encountered: