TaskStackBuilder.GetPendingIntent 方法

定义

重载

GetPendingIntent(Int32, PendingIntentFlags)

获取一个 PendingIntent 用于启动此生成器迄今构建的任务。

GetPendingIntent(Int32, PendingIntentFlags, Bundle)

获取一个 PendingIntent 用于启动此生成器迄今构建的任务。

GetPendingIntent(Int32, PendingIntentFlags)

获取一个 PendingIntent 用于启动此生成器迄今构建的任务。

[Android.Runtime.Register("getPendingIntent", "(II)Landroid/app/PendingIntent;", "GetGetPendingIntent_IIHandler")]
public virtual Android.App.PendingIntent? GetPendingIntent (int requestCode, Android.App.PendingIntentFlags flags);
[<Android.Runtime.Register("getPendingIntent", "(II)Landroid/app/PendingIntent;", "GetGetPendingIntent_IIHandler")>]
abstract member GetPendingIntent : int * Android.App.PendingIntentFlags -> Android.App.PendingIntent
override this.GetPendingIntent : int * Android.App.PendingIntentFlags -> Android.App.PendingIntent

参数

requestCode
Int32

发件人的专用请求代码

flags
PendingIntentFlags

可以是 PendingIntent#FLAG_ONE_SHOTPendingIntent#FLAG_NO_CREATEPendingIntent#FLAG_CANCEL_CURRENTPendingIntent#FLAG_UPDATE_CURRENT控制实际发送发生时可以提供的意向未指定部分所支持的 Intent#fillIn(Intent, int) 标志。

返回

获取的 PendingIntent

属性

注解

获取一个 PendingIntent 用于启动此生成器迄今构建的任务。

适用于 . 的 android.app.TaskStackBuilder.getPendingIntent(int, int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

GetPendingIntent(Int32, PendingIntentFlags, Bundle)

获取一个 PendingIntent 用于启动此生成器迄今构建的任务。

[Android.Runtime.Register("getPendingIntent", "(IILandroid/os/Bundle;)Landroid/app/PendingIntent;", "GetGetPendingIntent_IILandroid_os_Bundle_Handler")]
public virtual Android.App.PendingIntent? GetPendingIntent (int requestCode, Android.App.PendingIntentFlags flags, Android.OS.Bundle? options);
[<Android.Runtime.Register("getPendingIntent", "(IILandroid/os/Bundle;)Landroid/app/PendingIntent;", "GetGetPendingIntent_IILandroid_os_Bundle_Handler")>]
abstract member GetPendingIntent : int * Android.App.PendingIntentFlags * Android.OS.Bundle -> Android.App.PendingIntent
override this.GetPendingIntent : int * Android.App.PendingIntentFlags * Android.OS.Bundle -> Android.App.PendingIntent

参数

requestCode
Int32

发件人的专用请求代码

flags
PendingIntentFlags

可以是 PendingIntent#FLAG_ONE_SHOTPendingIntent#FLAG_NO_CREATEPendingIntent#FLAG_CANCEL_CURRENTPendingIntent#FLAG_UPDATE_CURRENT控制实际发送发生时可以提供的意向未指定部分所支持的 Intent#fillIn(Intent, int) 标志。

options
Bundle

有关如何启动活动的其他选项。 有关更多详细信息,请参阅 android.content.Context#startActivity(Intent, Bundle) Context.startActivity(Intent, Bundle)}。

返回

获取的 PendingIntent

属性

注解

获取一个 PendingIntent 用于启动此生成器迄今构建的任务。

适用于 . 的 android.app.TaskStackBuilder.getPendingIntent(int, int, android.os.Bundle)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于