Skip to main content

ActiveEventLoopExtAndroid

Trait ActiveEventLoopExtAndroid 

Source
pub trait ActiveEventLoopExtAndroid {
    // Required method
    fn android_app(&self) -> &AndroidApp;
}
Available on android_platform only.
Expand description

Additional methods on ActiveEventLoop that are specific to Android.

Required Methods§

Source

fn android_app(&self) -> &AndroidApp

Get the AndroidApp which was used to create this event loop.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§