Android.Content.Intent.ExtraTemplate Field
The initial data to place in a newly created record.

Syntax

[Android.Runtime.Register("EXTRA_TEMPLATE")]
public const string ExtraTemplate

Remarks

The initial data to place in a newly created record. Use with Intent.ActionInsert. The data here is a Map containing the same fields as would be given to the underlying ContentProvider.insert() call.

[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