Frida Docs Unified
    Preparing search index...

    Interface EnumerateCallbacks<T>

    interface EnumerateCallbacks<T> {
        onComplete: () => void;
        onMatch: (item: T) => void | "stop";
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    onComplete: () => void
    onMatch: (item: T) => void | "stop"