Android.Content.Intent.ActionMediaMounted Field
Broadcast Action: External media is present and mounted at its mount point.

Syntax

[Android.Runtime.Register("ACTION_MEDIA_MOUNTED")]
public const string ActionMediaMounted

Remarks

Broadcast Action: External media is present and mounted at its mount point. The path to the mount point for the mounted media is contained in the Intent.mData field. The Intent contains an extra with name "read-only" and Boolean value to indicate if the media was mounted read only.

[Android Documentation]

Requirements

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