Skip to main content

IAndroidJavaProxy

Trait IAndroidJavaProxy 

Source
pub trait IAndroidJavaProxy: IObject {
    // Provided methods
    fn java_interface(self) -> AndroidJavaClass { ... }
    fn set_java_interface(self, value: AndroidJavaClass) { ... }
    fn proxy_object(self) -> IntPtr { ... }
    fn set_proxy_object(self, value: IntPtr) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§