Frida Docs Unified
    Preparing search index...
    interface MethodSpec {
        argumentTypes?: string[];
        implementation: MethodImplementation;
        returnType?: string;
    }
    Index

    Properties

    argumentTypes?: string[]

    Argument types. Defaults to [] if omitted.

    implementation: MethodImplementation

    Implementation.

    returnType?: string

    Return type. Defaults to void if omitted.