Frida Docs Unified
    Preparing search index...

    Interface MessageRecvOperation

    interface MessageRecvOperation {
        wait(): void;
    }
    Index

    Methods

    Methods

    • Blocks until the message has been received and callback has returned.

      Returns void