[]Struct jni_android_sys::android::telephony::euicc::EuiccManager

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

public class EuiccManager

Required feature: "android-telephony-euicc-EuiccManager"

Methods

impl EuiccManager

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

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

getEid

Required features: "java-lang-String"

pub fn downloadSubscription<'env>(
    &'env self,
    arg0: impl Into<Option<&'env DownloadableSubscription>>,
    arg1: bool,
    arg2: impl Into<Option<&'env PendingIntent>>
) -> Result<(), Local<'env, Throwable>>
[src]

downloadSubscription

Required features: "android-app-PendingIntent", "android-telephony-euicc-DownloadableSubscription"

pub fn startResolutionActivity<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Activity>>,
    arg1: i32,
    arg2: impl Into<Option<&'env Intent>>,
    arg3: impl Into<Option<&'env PendingIntent>>
) -> Result<(), Local<'env, Throwable>>
[src]

startResolutionActivity

Required features: "android-app-Activity", "android-app-PendingIntent", "android-content-Intent"

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

getEuiccInfo

Required features: "android-telephony-euicc-EuiccInfo"

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

deleteSubscription

Required features: "android-app-PendingIntent"

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

switchToSubscription

Required features: "android-app-PendingIntent"

pub const ACTION_MANAGE_EMBEDDED_SUBSCRIPTIONS: &'static str[src]

pub const ACTION_NOTIFY_CARRIER_SETUP_INCOMPLETE: &'static str[src]

pub const EMBEDDED_SUBSCRIPTION_RESULT_ERROR: i32[src]

pub const EMBEDDED_SUBSCRIPTION_RESULT_OK: i32[src]

public static final EMBEDDED_SUBSCRIPTION_RESULT_OK

pub const EMBEDDED_SUBSCRIPTION_RESULT_RESOLVABLE_ERROR: i32[src]

pub const EXTRA_EMBEDDED_SUBSCRIPTION_DETAILED_CODE: &'static str[src]

pub const EXTRA_EMBEDDED_SUBSCRIPTION_DOWNLOADABLE_SUBSCRIPTION: &'static str[src]

pub const META_DATA_CARRIER_ICON: &'static str[src]

public static final META_DATA_CARRIER_ICON

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 EuiccManager

impl AsValidJObjectAndEnv for EuiccManager

impl Deref for EuiccManager

type Target = Object

The resulting type after dereferencing.

impl JniType for EuiccManager

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.