[]Struct jni_android_sys::android::inputmethodservice::AbstractInputMethodService_AbstractInputMethodImpl

#[repr(transparent)]
pub struct AbstractInputMethodService_AbstractInputMethodImpl(_);

public class AbstractInputMethodService.AbstractInputMethodImpl

Required feature: "android-inputmethodservice-AbstractInputMethodService_AbstractInputMethodImpl"

Methods

impl AbstractInputMethodService_AbstractInputMethodImpl

pub fn new<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env AbstractInputMethodService>>
) -> Result<Local<'env, AbstractInputMethodService_AbstractInputMethodImpl>, Local<'env, Throwable>>
[src]

AbstractInputMethodImpl

Required features: "android-inputmethodservice-AbstractInputMethodService"

pub fn createSession<'env>(
    &'env self,
    arg0: impl Into<Option<&'env InputMethod_SessionCallback>>
) -> Result<(), Local<'env, Throwable>>
[src]

createSession

Required features: "android-view-inputmethod-InputMethod_SessionCallback"

pub fn setSessionEnabled<'env>(
    &'env self,
    arg0: impl Into<Option<&'env InputMethodSession>>,
    arg1: bool
) -> Result<(), Local<'env, Throwable>>
[src]

setSessionEnabled

Required features: "android-view-inputmethod-InputMethodSession"

pub fn revokeSession<'env>(
    &'env self,
    arg0: impl Into<Option<&'env InputMethodSession>>
) -> Result<(), Local<'env, Throwable>>
[src]

revokeSession

Required features: "android-view-inputmethod-InputMethodSession"

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for AbstractInputMethodService_AbstractInputMethodImpl

impl AsRef<InputMethod> for AbstractInputMethodService_AbstractInputMethodImpl

impl AsValidJObjectAndEnv for AbstractInputMethodService_AbstractInputMethodImpl

impl Deref for AbstractInputMethodService_AbstractInputMethodImpl

type Target = Object

The resulting type after dereferencing.

impl JniType for AbstractInputMethodService_AbstractInputMethodImpl

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.