Intent.ExtraTemplate Field

Definition

The initial data to place in a newly created record.

[Android.Runtime.Register("EXTRA_TEMPLATE")]
public const string ExtraTemplate;
[<Android.Runtime.Register("EXTRA_TEMPLATE")>]
val mutable ExtraTemplate : string

Field Value

Implements

Attributes

Remarks

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

Java documentation for android.content.Intent.EXTRA_TEMPLATE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to