Android.Content.Intent.ActionInsert Field
Activity Action: Insert an empty item into the given container.

Syntax

[Android.Runtime.Register("ACTION_INSERT")]
public const string ActionInsert

Remarks

Activity Action: Insert an empty item into the given container.

Input: Intent.Data is URI of the directory (vnd.android.cursor.dir/*) in which to place the data.

Output: URI of the new data that was created.

[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