Frida Docs Unified
    Preparing search index...
    interface ProtocolSpec {
        methods?: { [name: string]: ProtocolMethodSpec };
        name?: string;
        protocols?: Protocol[];
    }
    Index

    Properties

    methods?: { [name: string]: ProtocolMethodSpec }
    name?: string

    Name of the protocol.

    Omit this if you don’t care about the globally visible name and would like the runtime to auto-generate one for you.

    protocols?: Protocol[]

    Protocols this protocol conforms to.