RemoteViews.SetOnClickPendingIntent(Int32, PendingIntent) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
相當於呼叫 android.view.View#setOnClickListener(android.view.View.OnClickListener)
以啟動提供的 PendingIntent
。
[Android.Runtime.Register("setOnClickPendingIntent", "(ILandroid/app/PendingIntent;)V", "GetSetOnClickPendingIntent_ILandroid_app_PendingIntent_Handler")]
public virtual void SetOnClickPendingIntent (int viewId, Android.App.PendingIntent? pendingIntent);
[<Android.Runtime.Register("setOnClickPendingIntent", "(ILandroid/app/PendingIntent;)V", "GetSetOnClickPendingIntent_ILandroid_app_PendingIntent_Handler")>]
abstract member SetOnClickPendingIntent : int * Android.App.PendingIntent -> unit
override this.SetOnClickPendingIntent : int * Android.App.PendingIntent -> unit
參數
- viewId
- Int32
按兩下時將觸發 之 PendingIntent
檢視的標識碼
- pendingIntent
- PendingIntent
當使用者 PendingIntent
按兩下時要傳送的
- 屬性
備註
的 android.widget.RemoteViews.setOnClickPendingIntent(int, android.app.PendingIntent)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。