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

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

public final class FillResponse.Builder

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

Methods

impl FillResponse_Builder

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, FillResponse_Builder>, Local<'env, Throwable>>
[src]

pub fn setAuthentication<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ObjectArray<AutofillId, Throwable>>>,
    arg1: impl Into<Option<&'env IntentSender>>,
    arg2: impl Into<Option<&'env RemoteViews>>
) -> Result<Option<Local<'env, FillResponse_Builder>>, Local<'env, Throwable>>
[src]

setAuthentication

Required features: "android-content-IntentSender", "android-service-autofill-FillResponse_Builder", "android-view-autofill-AutofillId", "android-widget-RemoteViews"

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

setIgnoredIds

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

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

addDataset

Required features: "android-service-autofill-Dataset", "android-service-autofill-FillResponse_Builder"

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

setSaveInfo

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

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

setClientState

Required features: "android-os-Bundle", "android-service-autofill-FillResponse_Builder"

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

setFieldClassificationIds

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

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

setFlags

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

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

disableAutofill

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

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

setHeader

Required features: "android-service-autofill-FillResponse_Builder", "android-widget-RemoteViews"

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

setFooter

Required features: "android-service-autofill-FillResponse_Builder", "android-widget-RemoteViews"

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

build

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

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 FillResponse_Builder

impl AsValidJObjectAndEnv for FillResponse_Builder

impl Deref for FillResponse_Builder

type Target = Object

The resulting type after dereferencing.

impl JniType for FillResponse_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.