PendingIntent.ReadPendingIntentOrNullFromParcel(Parcel) メソッド

定義

パーセルから PendingIntent または null ポインターを読み取るための便利な関数。

[Android.Runtime.Register("readPendingIntentOrNullFromParcel", "(Landroid/os/Parcel;)Landroid/app/PendingIntent;", "")]
public static Android.App.PendingIntent? ReadPendingIntentOrNullFromParcel (Android.OS.Parcel in);
[<Android.Runtime.Register("readPendingIntentOrNullFromParcel", "(Landroid/os/Parcel;)Landroid/app/PendingIntent;", "")>]
static member ReadPendingIntentOrNullFromParcel : Android.OS.Parcel -> Android.App.PendingIntent

パラメーター

in
Parcel

書き込まれた PendingIntent を含むパーセル。

戻り値

パーセルから読み取られた PendingIntent を返します。null が書き込まれた場合は null を返します。

属性

注釈

パーセルから PendingIntent または null ポインターを読み取るための便利な関数。 PendingIntent #writePendingIntentOrNullToParcelを で記述しておく必要があります。

の Java ドキュメント android.app.PendingIntent.readPendingIntentOrNullFromParcel(android.os.Parcel)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象