Android.App.Notification.Extras Property
Additional semantic data to be carried around with this Notification.

Syntax

[Android.Runtime.Register("extras")]
public Android.OS.Bundle Extras { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Additional semantic data to be carried around with this Notification. The extras keys defined here are intended to capture the original inputs to Android.App.Notification.Builder APIs, and are intended to be used by Android.Service.Notification.NotificationListenerService implementations to extract detailed information from notification objects.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1