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.
pub trait GoogleAdmobExt<R: Runtime> {
// Required method
fn google_admob(&self) -> &GoogleAdmob<R>;
}Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the google-admob APIs.