AlarmManager.AlarmClockInfo.ShowIntent Property

Definition

Returns an intent that can be used to show or edit details of the alarm clock in the application that scheduled it.

public Android.App.PendingIntent? ShowIntent { [Android.Runtime.Register("getShowIntent", "()Landroid/app/PendingIntent;", "")] get; }
[<get: Android.Runtime.Register("getShowIntent", "()Landroid/app/PendingIntent;", "")>]
member this.ShowIntent : Android.App.PendingIntent

Property Value

Attributes

Remarks

Returns an intent that can be used to show or edit details of the alarm clock in the application that scheduled it.

<p class="note">Beware that any application can retrieve and send this intent, potentially with additional fields filled in. See PendingIntent#send(android.content.Context, int, android.content.Intent) PendingIntent.send() and android.content.Intent#fillIn Intent.fillIn() for details.

Java documentation for android.app.AlarmManager.AlarmClockInfo.getShowIntent().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to