Notification.FullScreenIntent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An intent to launch instead of posting the notification to the status bar.
[Android.Runtime.Register("fullScreenIntent")]
public Android.App.PendingIntent? FullScreenIntent { get; set; }
[<Android.Runtime.Register("fullScreenIntent")>]
member this.FullScreenIntent : Android.App.PendingIntent with get, set
Property Value
- Attributes
Remarks
An intent to launch instead of posting the notification to the status bar.
The system UI may choose to display a heads-up notification, instead of launching this intent, while the user is using the device.
Java documentation for android.app.Notification.fullScreenIntent
.
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.