ContentProviderOperation.Builder.WithExtras(Bundle) Method

Definition

Configure the extras to use for this operation. This method will replace any previously defined values for the contained keys, but it will not replace any back-reference requests. Any value may be dynamically overwritten using the result of a previous operation by using methods such as withExtraBackReference(String,int) .

[Android.Runtime.Register("withExtras", "(Landroid/os/Bundle;)Landroid/content/ContentProviderOperation$Builder;", "GetWithExtras_Landroid_os_Bundle_Handler", ApiSince=30)]
public virtual Android.Content.ContentProviderOperation.Builder WithExtras(Android.OS.Bundle extras);
[<Android.Runtime.Register("withExtras", "(Landroid/os/Bundle;)Landroid/content/ContentProviderOperation$Builder;", "GetWithExtras_Landroid_os_Bundle_Handler", ApiSince=30)>]
abstract member WithExtras : Android.OS.Bundle -> Android.Content.ContentProviderOperation.Builder
override this.WithExtras : Android.OS.Bundle -> Android.Content.ContentProviderOperation.Builder

Parameters

extras
Bundle

This value cannot be null .

Returns

This value cannot be null .

Attributes

Remarks

Configure the extras to use for this operation. This method will replace any previously defined values for the contained keys, but it will not replace any back-reference requests. Any value may be dynamically overwritten using the result of a previous operation by using methods such as withExtraBackReference(String,int) .

Java documentation for android.content.ContentProviderOperation.Builder.withExtras(android.os.Bundle).

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