[]Struct jni_android_sys::android::provider::ContactsContract_Intents

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

public final class ContactsContract.Intents

Required feature: "android-provider-ContactsContract_Intents"

Methods

impl ContactsContract_Intents

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

pub const ACTION_VOICE_SEND_MESSAGE_TO_CONTACTS: &'static str[src]

pub const ATTACH_IMAGE: &'static str[src]

public static final ATTACH_IMAGE

pub const CONTACTS_DATABASE_CREATED: &'static str[src]

public static final CONTACTS_DATABASE_CREATED

pub const EXTRA_CREATE_DESCRIPTION: &'static str[src]

public static final EXTRA_CREATE_DESCRIPTION

pub const EXTRA_FORCE_CREATE: &'static str[src]

public static final EXTRA_FORCE_CREATE

pub const EXTRA_RECIPIENT_CONTACT_CHAT_ID: &'static str[src]

public static final EXTRA_RECIPIENT_CONTACT_CHAT_ID

pub const EXTRA_RECIPIENT_CONTACT_NAME: &'static str[src]

public static final EXTRA_RECIPIENT_CONTACT_NAME

pub const EXTRA_RECIPIENT_CONTACT_URI: &'static str[src]

public static final EXTRA_RECIPIENT_CONTACT_URI

pub const INVITE_CONTACT: &'static str[src]

public static final INVITE_CONTACT

pub const METADATA_ACCOUNT_TYPE: &'static str[src]

public static final METADATA_ACCOUNT_TYPE

pub const METADATA_MIMETYPE: &'static str[src]

public static final METADATA_MIMETYPE

pub const SEARCH_SUGGESTION_CLICKED: &'static str[src]

public static final SEARCH_SUGGESTION_CLICKED

pub const SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED: &'static str[src]

pub const SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED: &'static str[src]

pub const SHOW_OR_CREATE_CONTACT: &'static str[src]

public static final SHOW_OR_CREATE_CONTACT

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 ContactsContract_Intents

impl AsValidJObjectAndEnv for ContactsContract_Intents

impl Deref for ContactsContract_Intents

type Target = Object

The resulting type after dereferencing.

impl JniType for ContactsContract_Intents

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.