Interface HookTools.Callback

Enclosing class:
HookTools

public static interface HookTools.Callback
Callback interface for receiving system status updates.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSystemStatus(boolean tampered)
    Called when the system status is determined.
  • Method Details

    • onSystemStatus

      void onSystemStatus(boolean tampered)
      Called when the system status is determined.
      Parameters:
      tampered - True if the system has been tampered with, false otherwise.