Android.OS.Environment.DirectoryNotifications Property
Standard directory in which to place any audio files that should be in the list of notifications that the user can select (not as regular music).

Syntax

[Android.Runtime.Register("DIRECTORY_NOTIFICATIONS")]
public static string DirectoryNotifications { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Standard directory in which to place any audio files that should be in the list of notifications that the user can select (not as regular music). This may be combined with Environment.DirectoryMusic, Environment.DirectoryPodcasts, Environment.DirectoryAlarms, and Environment.DirectoryRingtones as a series of directories to categories a particular audio file as more than one type.

[Android Documentation]

Requirements

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