[]Struct jni_android_sys::android::app::Notification_InboxStyle

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

public class Notification.InboxStyle

Required feature: "android-app-Notification_InboxStyle"

Methods

impl Notification_InboxStyle

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

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

Deprecated

InboxStyle

Required features: "android-app-Notification_Builder"

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

setBigContentTitle

Required features: "android-app-Notification_InboxStyle", "java-lang-CharSequence"

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

setSummaryText

Required features: "android-app-Notification_InboxStyle", "java-lang-CharSequence"

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

addLine

Required features: "android-app-Notification_InboxStyle", "java-lang-CharSequence"

Methods from Deref<Target = Notification_Style>

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

setBuilder

Required features: "android-app-Notification_Builder"

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

build

Required features: "android-app-Notification"

Trait Implementations

impl AsJValue for Notification_InboxStyle

impl AsValidJObjectAndEnv for Notification_InboxStyle

impl Deref for Notification_InboxStyle

type Target = Notification_Style

The resulting type after dereferencing.

impl JniType for Notification_InboxStyle

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.