[]Struct jni_android_sys::android::telecom::RemoteConference

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

public final class RemoteConference

Required feature: "android-telecom-RemoteConference"

Methods

impl RemoteConference

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

getConnections

Required features: "java-util-List"

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

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

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

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

getExtras

Required features: "android-os-Bundle"

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

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

separate

Required features: "android-telecom-RemoteConnection"

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

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

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

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

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

getDisconnectCause

Required features: "android-telecom-DisconnectCause"

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

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

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

setCallAudioState

Required features: "android-telecom-CallAudioState"

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

getConferenceableConnections

Required features: "java-util-List"

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

registerCallback

Required features: "android-telecom-RemoteConference_Callback"

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

registerCallback

Required features: "android-os-Handler", "android-telecom-RemoteConference_Callback"

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

unregisterCallback

Required features: "android-telecom-RemoteConference_Callback"

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 RemoteConference

impl AsValidJObjectAndEnv for RemoteConference

impl Deref for RemoteConference

type Target = Object

The resulting type after dereferencing.

impl JniType for RemoteConference

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.