Skip to main content

AndroidTvCheckExt

Trait AndroidTvCheckExt 

Source
pub trait AndroidTvCheckExt<R: Runtime> {
    // Required method
    fn android_tv_check(&self) -> &AndroidTvCheck<R>;
}
Expand description

Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the android-tv-check APIs.

Required Methods§

Source

fn android_tv_check(&self) -> &AndroidTvCheck<R>

Implementors§

Source§

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