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.
pub trait AndroidTvCheckExt<R: Runtime> {
// Required method
fn android_tv_check(&self) -> &AndroidTvCheck<R>;
}Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the android-tv-check APIs.