다음을 통해 공유


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_UPDATE_CURRENTPendingIntent#FLAG_NO_CREATEPendingIntent#FLAG_CANCEL_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_UPDATE_CURRENTPendingIntent#FLAG_NO_CREATEPendingIntent#FLAG_CANCEL_CURRENT발생할 때 제공할 수 있는 의도의 지정되지 않은 부분을 제어하기 위해 지원 Intent#fillIn(Intent, int) 되는 플래그 중 어느 것이든지, 또는 플래그일 수 있습니다.

options
Bundle

활동을 시작하는 방법에 대한 추가 옵션입니다. 자세한 내용은 Context.startActivity(의도, 번들)}를 참조하세요 android.content.Context#startActivity(Intent, Bundle) .

반환

가져온 PendingIntent

특성

설명

지금까지 이 작성기에서 생성한 작업을 시작하기 위한 값을 PendingIntent 가져옵니다.

에 대한 android.app.TaskStackBuilder.getPendingIntent(int, int, android.os.Bundle)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상