Skip to main content

GoogleAdmobExt

Trait GoogleAdmobExt 

Source
pub trait GoogleAdmobExt<R: Runtime> {
    // Required method
    fn google_admob(&self) -> &GoogleAdmob<R>;
}
Expand description

Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the google-admob APIs.

Required Methods§

Source

fn google_admob(&self) -> &GoogleAdmob<R>

Implementors§

Source§

impl<R: Runtime, T: Manager<R>> GoogleAdmobExt<R> for T