[]Struct jni_android_sys::android::provider::ContactsContract_CommonDataKinds_Im

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

public final class ContactsContract.CommonDataKinds.Im

Required feature: "android-provider-ContactsContract_CommonDataKinds_Im"

Methods

impl ContactsContract_CommonDataKinds_Im

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

pub fn getTypeLabel<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Resources>>,
    arg1: i32,
    arg2: impl Into<Option<&'env CharSequence>>
) -> Result<Option<Local<'env, CharSequence>>, Local<'env, Throwable>>
[src]

getTypeLabel

Required features: "android-content-res-Resources", "java-lang-CharSequence"

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

pub fn getProtocolLabel<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Resources>>,
    arg1: i32,
    arg2: impl Into<Option<&'env CharSequence>>
) -> Result<Option<Local<'env, CharSequence>>, Local<'env, Throwable>>
[src]

getProtocolLabel

Required features: "android-content-res-Resources", "java-lang-CharSequence"

pub const CONTENT_ITEM_TYPE: &'static str[src]

public static final CONTENT_ITEM_TYPE

pub const CUSTOM_PROTOCOL: &'static str[src]

public static final CUSTOM_PROTOCOL

pub const EXTRA_ADDRESS_BOOK_INDEX: &'static str[src]

public static final EXTRA_ADDRESS_BOOK_INDEX

pub const EXTRA_ADDRESS_BOOK_INDEX_COUNTS: &'static str[src]

public static final EXTRA_ADDRESS_BOOK_INDEX_COUNTS

pub const EXTRA_ADDRESS_BOOK_INDEX_TITLES: &'static str[src]

public static final EXTRA_ADDRESS_BOOK_INDEX_TITLES

pub const PROTOCOL: &'static str[src]

public static final PROTOCOL

pub const PROTOCOL_AIM: i32[src]

public static final PROTOCOL_AIM

pub const PROTOCOL_CUSTOM: i32[src]

public static final PROTOCOL_CUSTOM

pub const PROTOCOL_GOOGLE_TALK: i32[src]

public static final PROTOCOL_GOOGLE_TALK

pub const PROTOCOL_ICQ: i32[src]

public static final PROTOCOL_ICQ

pub const PROTOCOL_JABBER: i32[src]

public static final PROTOCOL_JABBER

pub const PROTOCOL_MSN: i32[src]

public static final PROTOCOL_MSN

pub const PROTOCOL_NETMEETING: i32[src]

public static final PROTOCOL_NETMEETING

pub const PROTOCOL_QQ: i32[src]

public static final PROTOCOL_QQ

pub const PROTOCOL_SKYPE: i32[src]

public static final PROTOCOL_SKYPE

pub const PROTOCOL_YAHOO: i32[src]

public static final PROTOCOL_YAHOO

pub const TYPE_HOME: i32[src]

public static final TYPE_HOME

pub const TYPE_OTHER: i32[src]

public static final TYPE_OTHER

pub const TYPE_WORK: i32[src]

public static final TYPE_WORK

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

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.