[]Struct jni_android_sys::android::nfc::NdefRecord

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

public final class NdefRecord

Required feature: "android-nfc-NdefRecord"

Methods

impl NdefRecord

pub fn new_short_byte_array_byte_array_byte_array<'env>(
    __jni_env: &'env Env,
    arg0: i16,
    arg1: impl Into<Option<&'env ByteArray>>,
    arg2: impl Into<Option<&'env ByteArray>>,
    arg3: impl Into<Option<&'env ByteArray>>
) -> Result<Local<'env, NdefRecord>, Local<'env, Throwable>>
[src]

pub fn new_byte_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ByteArray>>
) -> Result<Local<'env, NdefRecord>, Local<'env, Throwable>>
[src]

Deprecated

pub fn createApplicationRecord<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, NdefRecord>>, Local<'env, Throwable>>
[src]

createApplicationRecord

Required features: "android-nfc-NdefRecord", "java-lang-String"

pub fn createUri_Uri<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Uri>>
) -> Result<Option<Local<'env, NdefRecord>>, Local<'env, Throwable>>
[src]

createUri

Required features: "android-net-Uri", "android-nfc-NdefRecord"

pub fn createUri_String<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, NdefRecord>>, Local<'env, Throwable>>
[src]

createUri

Required features: "android-nfc-NdefRecord", "java-lang-String"

pub fn createMime<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env ByteArray>>
) -> Result<Option<Local<'env, NdefRecord>>, Local<'env, Throwable>>
[src]

createMime

Required features: "android-nfc-NdefRecord", "java-lang-String"

pub fn createExternal<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env ByteArray>>
) -> Result<Option<Local<'env, NdefRecord>>, Local<'env, Throwable>>
[src]

createExternal

Required features: "android-nfc-NdefRecord", "java-lang-String"

pub fn createTextRecord<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, NdefRecord>>, Local<'env, Throwable>>
[src]

createTextRecord

Required features: "android-nfc-NdefRecord", "java-lang-String"

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

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

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

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

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

Deprecated

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

toMimeType

Required features: "java-lang-String"

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

toUri

Required features: "android-net-Uri"

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

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

writeToParcel

Required features: "android-os-Parcel"

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 CREATOR<'env>(env: &'env Env) -> Option<Local<'env, Parcelable_Creator>>[src]

get public static final CREATOR

Required feature: "android-os-Parcelable_Creator"

pub fn RTD_ALTERNATIVE_CARRIER<'env>(
    env: &'env Env
) -> Option<Local<'env, ByteArray>>
[src]

get public static final RTD_ALTERNATIVE_CARRIER

pub fn RTD_HANDOVER_CARRIER<'env>(
    env: &'env Env
) -> Option<Local<'env, ByteArray>>
[src]

get public static final RTD_HANDOVER_CARRIER

pub fn RTD_HANDOVER_REQUEST<'env>(
    env: &'env Env
) -> Option<Local<'env, ByteArray>>
[src]

get public static final RTD_HANDOVER_REQUEST

pub fn RTD_HANDOVER_SELECT<'env>(
    env: &'env Env
) -> Option<Local<'env, ByteArray>>
[src]

get public static final RTD_HANDOVER_SELECT

pub fn RTD_SMART_POSTER<'env>(env: &'env Env) -> Option<Local<'env, ByteArray>>[src]

get public static final RTD_SMART_POSTER

pub fn RTD_TEXT<'env>(env: &'env Env) -> Option<Local<'env, ByteArray>>[src]

get public static final RTD_TEXT

pub fn RTD_URI<'env>(env: &'env Env) -> Option<Local<'env, ByteArray>>[src]

get public static final RTD_URI

pub const TNF_ABSOLUTE_URI: i16[src]

public static final TNF_ABSOLUTE_URI

pub const TNF_EMPTY: i16[src]

public static final TNF_EMPTY

pub const TNF_EXTERNAL_TYPE: i16[src]

public static final TNF_EXTERNAL_TYPE

pub const TNF_MIME_MEDIA: i16[src]

public static final TNF_MIME_MEDIA

pub const TNF_UNCHANGED: i16[src]

public static final TNF_UNCHANGED

pub const TNF_UNKNOWN: i16[src]

public static final TNF_UNKNOWN

pub const TNF_WELL_KNOWN: i16[src]

public static final TNF_WELL_KNOWN

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 NdefRecord

impl AsRef<Parcelable> for NdefRecord

impl AsValidJObjectAndEnv for NdefRecord

impl Deref for NdefRecord

type Target = Object

The resulting type after dereferencing.

impl JniType for NdefRecord

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.