[]Struct jni_android_sys::android::app::Notification_BigPictureStyle

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

public class Notification.BigPictureStyle

Required feature: "android-app-Notification_BigPictureStyle"

Methods

impl Notification_BigPictureStyle

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

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

Deprecated

BigPictureStyle

Required features: "android-app-Notification_Builder"

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

setBigContentTitle

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

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

setSummaryText

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

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

bigPicture

Required features: "android-app-Notification_BigPictureStyle", "android-graphics-Bitmap"

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

bigLargeIcon

Required features: "android-app-Notification_BigPictureStyle", "android-graphics-Bitmap"

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

bigLargeIcon

Required features: "android-app-Notification_BigPictureStyle", "android-graphics-drawable-Icon"

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_BigPictureStyle

impl AsValidJObjectAndEnv for Notification_BigPictureStyle

impl Deref for Notification_BigPictureStyle

type Target = Notification_Style

The resulting type after dereferencing.

impl JniType for Notification_BigPictureStyle

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.