[]Struct jni_android_sys::android::service::autofill::SaveInfo_Builder

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

public final class SaveInfo.Builder

Required feature: "android-service-autofill-SaveInfo_Builder"

Methods

impl SaveInfo_Builder

pub fn new_int_AutofillId_array<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: impl Into<Option<&'env ObjectArray<AutofillId, Throwable>>>
) -> Result<Local<'env, SaveInfo_Builder>, Local<'env, Throwable>>
[src]

Builder

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

pub fn new_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<Local<'env, SaveInfo_Builder>, Local<'env, Throwable>>
[src]

pub fn setFlags<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, SaveInfo_Builder>>, Local<'env, Throwable>>
[src]

setFlags

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

pub fn setOptionalIds<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ObjectArray<AutofillId, Throwable>>>
) -> Result<Option<Local<'env, SaveInfo_Builder>>, Local<'env, Throwable>>
[src]

setOptionalIds

Required features: "android-service-autofill-SaveInfo_Builder", "android-view-autofill-AutofillId"

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

setDescription

Required features: "android-service-autofill-SaveInfo_Builder", "java-lang-CharSequence"

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

setCustomDescription

Required features: "android-service-autofill-CustomDescription", "android-service-autofill-SaveInfo_Builder"

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

setNegativeAction

Required features: "android-content-IntentSender", "android-service-autofill-SaveInfo_Builder"

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

setValidator

Required features: "android-service-autofill-SaveInfo_Builder", "android-service-autofill-Validator"

pub fn addSanitizer<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Sanitizer>>,
    arg1: impl Into<Option<&'env ObjectArray<AutofillId, Throwable>>>
) -> Result<Option<Local<'env, SaveInfo_Builder>>, Local<'env, Throwable>>
[src]

addSanitizer

Required features: "android-service-autofill-Sanitizer", "android-service-autofill-SaveInfo_Builder", "android-view-autofill-AutofillId"

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

setTriggerId

Required features: "android-service-autofill-SaveInfo_Builder", "android-view-autofill-AutofillId"

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

build

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

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 SaveInfo_Builder

impl AsValidJObjectAndEnv for SaveInfo_Builder

impl Deref for SaveInfo_Builder

type Target = Object

The resulting type after dereferencing.

impl JniType for SaveInfo_Builder

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.