[]Struct jni_android_sys::android::view::autofill::AutofillManager

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

public final class AutofillManager

Required feature: "android-view-autofill-AutofillManager"

Methods

impl AutofillManager

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

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

requestAutofill

Required features: "android-view-View"

pub fn requestAutofill_View_int_Rect<'env>(
    &'env self,
    arg0: impl Into<Option<&'env View>>,
    arg1: i32,
    arg2: impl Into<Option<&'env Rect>>
) -> Result<(), Local<'env, Throwable>>
[src]

requestAutofill

Required features: "android-graphics-Rect", "android-view-View"

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

notifyViewEntered

Required features: "android-view-View"

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

notifyViewExited

Required features: "android-view-View"

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

notifyViewVisibilityChanged

Required features: "android-view-View"

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

notifyViewVisibilityChanged

Required features: "android-view-View"

pub fn notifyViewEntered_View_int_Rect<'env>(
    &'env self,
    arg0: impl Into<Option<&'env View>>,
    arg1: i32,
    arg2: impl Into<Option<&'env Rect>>
) -> Result<(), Local<'env, Throwable>>
[src]

notifyViewEntered

Required features: "android-graphics-Rect", "android-view-View"

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

notifyViewExited

Required features: "android-view-View"

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

notifyValueChanged

Required features: "android-view-View"

pub fn notifyValueChanged_View_int_AutofillValue<'env>(
    &'env self,
    arg0: impl Into<Option<&'env View>>,
    arg1: i32,
    arg2: impl Into<Option<&'env AutofillValue>>
) -> Result<(), Local<'env, Throwable>>
[src]

notifyValueChanged

Required features: "android-view-View", "android-view-autofill-AutofillValue"

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

notifyViewClicked

Required features: "android-view-View"

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

notifyViewClicked

Required features: "android-view-View"

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

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

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

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

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

getAutofillServiceComponentName

Required features: "android-content-ComponentName"

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

getUserDataId

Required features: "java-lang-String"

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

getUserData

Required features: "android-service-autofill-UserData"

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

setUserData

Required features: "android-service-autofill-UserData"

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

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

getDefaultFieldClassificationAlgorithm

Required features: "java-lang-String"

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

getAvailableFieldClassificationAlgorithms

Required features: "java-util-List"

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

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

getNextAutofillId

Required features: "android-view-autofill-AutofillId"

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

registerCallback

Required features: "android-view-autofill-AutofillManager_AutofillCallback"

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

unregisterCallback

Required features: "android-view-autofill-AutofillManager_AutofillCallback"

pub const EXTRA_ASSIST_STRUCTURE: &'static str[src]

public static final EXTRA_ASSIST_STRUCTURE

pub const EXTRA_AUTHENTICATION_RESULT: &'static str[src]

public static final EXTRA_AUTHENTICATION_RESULT

pub const EXTRA_CLIENT_STATE: &'static str[src]

public static final EXTRA_CLIENT_STATE

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 AutofillManager

impl AsValidJObjectAndEnv for AutofillManager

impl Deref for AutofillManager

type Target = Object

The resulting type after dereferencing.

impl JniType for AutofillManager

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.