Function android_ffi::add_sender_missing [] [src]

pub fn add_sender_missing(sender: Sender<Event>)

Adds a sender where events will be sent to, but also sends any missing events to the sender object.

The missing events happen when the application starts, but before any senders are registered. Since these might be important to certain applications, this function provides that support.