Android.Content.Intent.ActionMediaEject Field
Broadcast Action: User has expressed the desire to remove the external storage media.

Syntax

[Android.Runtime.Register("ACTION_MEDIA_EJECT")]
public const string ActionMediaEject

Remarks

Broadcast Action: User has expressed the desire to remove the external storage media. Applications should close all files they have open within the mount point when they receive this intent. The path to the mount point for the media to be ejected is contained in the Intent.mData field.

[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