Intent.ExtraTemplate Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.