Android.App.Notification.Defaults Property
Specifies which values should be taken from the defaults.

Syntax

[Android.Runtime.Register("defaults")]
public NotificationDefaults Defaults { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Specifies which values should be taken from the defaults. To set, OR in the desired flags from NotificationDefaults.Sound, NotificationDefaults.Vibrate, and NotificationDefaults.Lights. For all default values, use NotificationDefaults.All.

[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