Frida Docs Unified
    Preparing search index...

    Interface UserMethodInvocation<D, T, S>

    interface UserMethodInvocation<D, T, S> {
        data: D;
        self: T;
        super: S;
    }

    Type Parameters

    • D
    • T
    • S
    Index

    Properties

    Properties

    data: D
    self: T
    super: S