Function silkenweb::window::on_appinstalled

source ·
pub fn on_appinstalled(f: impl FnMut(Event) + 'static) -> EventCallback
Expand description

Add a appinstalled event handler at the window level.

This only has an effect on WASM targets.