Environment.DirectoryNotifications Property

Definition

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).

[Android.Runtime.Register("DIRECTORY_NOTIFICATIONS")]
public static string? DirectoryNotifications { get; set; }
[<Android.Runtime.Register("DIRECTORY_NOTIFICATIONS")>]
static member DirectoryNotifications : string with get, set

Property Value

Attributes

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 #DIRECTORY_MUSIC, #DIRECTORY_AUDIOBOOKS, #DIRECTORY_PODCASTS, #DIRECTORY_ALARMS, #DIRECTORY_RINGTONES, and #DIRECTORY_RECORDINGS as a series of directories to categorize a particular audio file as more than one type.

Java documentation for android.os.Environment.DIRECTORY_NOTIFICATIONS.

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