Frida Docs Unified
    Preparing search index...

    Interface SimpleMethodSpec<I>

    interface SimpleMethodSpec<I> {
        argTypes: string[];
        implementation: I;
        retType: string;
    }

    Type Parameters

    • I
    Index

    Properties

    argTypes: string[]

    Argument types.

    implementation: I

    Implementation.

    retType: string

    Return type.