The initial data to place in a newly created record.
Syntax
[Android.Runtime.Register("EXTRA_TEMPLATE")] public const stringExtraTemplate
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.