[][src]Function frida_rs::recv_with_type

pub fn recv_with_type(
    type_filter: &str,
    callback: Box<dyn FnMut(RecvMessage, Option<ArrayBuffer>)>
)

Receive a message from your Frida application.

This variant allows you to filter the received messages by the "type" field. This is equivalent to calling recv in the JavaScript API.