Frida Docs Unified
GitHub
Preparing search index...
@types/frida-gum
EnumerateCallbacks
Interface EnumerateCallbacks<T>
interface
EnumerateCallbacks
<
T
>
{
onComplete
:
()
=>
void
;
onMatch
:
(
item
:
T
)
=>
void
|
"stop"
;
}
Type Parameters
T
Index
Properties
on
Complete
on
Match
Properties
on
Complete
onComplete
:
()
=>
void
on
Match
onMatch
:
(
item
:
T
)
=>
void
|
"stop"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Complete
on
Match
GitHub
Frida Docs Unified
Loading...