RemoteViews.RemoteResponse.FromPendingIntent(PendingIntent) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
応答の一部として保留中の意図を送信する応答を作成します。 意図のソース境界 ( Intent.getSourceBounds() ) は、画面空間内のターゲット ビューの境界に設定されます。 mPendingIntent に関連付けられているアクティビティ オプションは、意図を開始する前にオーバーライドされる可能性があることに注意してください。
[Android.Runtime.Register("fromPendingIntent", "(Landroid/app/PendingIntent;)Landroid/widget/RemoteViews$RemoteResponse;", "", ApiSince=29)]
public static Android.Widget.RemoteViews.RemoteResponse FromPendingIntent(Android.App.PendingIntent pendingIntent);
[<Android.Runtime.Register("fromPendingIntent", "(Landroid/app/PendingIntent;)Landroid/widget/RemoteViews$RemoteResponse;", "", ApiSince=29)>]
static member FromPendingIntent : Android.App.PendingIntent -> Android.Widget.RemoteViews.RemoteResponse
パラメーター
- pendingIntent
- PendingIntent
PendingIntent: 応答の一部として送信する PendingIntent。 この値を null にすることはできません。
返品
この値を null にすることはできません。
- 属性
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。