ContentProviderOperation.Builder.WithExtraBackReference Method

Definition

Overloads

Name Description
WithExtraBackReference(String, Int32, String)

Configure the given extra to be dynamically overwritten using the result of a previous operation. This method will replace any previously defined extras for this key.

WithExtraBackReference(String, Int32)

Configure the given extra to be dynamically overwritten using the result of a previous operation. This method will replace any previously defined extras for this key.

WithExtraBackReference(String, Int32, String)

Configure the given extra to be dynamically overwritten using the result of a previous operation. This method will replace any previously defined extras for this key.

[Android.Runtime.Register("withExtraBackReference", "(Ljava/lang/String;ILjava/lang/String;)Landroid/content/ContentProviderOperation$Builder;", "GetWithExtraBackReference_Ljava_lang_String_ILjava_lang_String_Handler", ApiSince=30)]
public virtual Android.Content.ContentProviderOperation.Builder WithExtraBackReference(string key, int fromIndex, string fromKey);
[<Android.Runtime.Register("withExtraBackReference", "(Ljava/lang/String;ILjava/lang/String;)Landroid/content/ContentProviderOperation$Builder;", "GetWithExtraBackReference_Ljava_lang_String_ILjava_lang_String_Handler", ApiSince=30)>]
abstract member WithExtraBackReference : string * int * string -> Android.Content.ContentProviderOperation.Builder
override this.WithExtraBackReference : string * int * string -> Android.Content.ContentProviderOperation.Builder

Parameters

key
String

the key indicating which extra to configure. This value cannot be null .

fromIndex
Int32

the index indicating which historical ContentProviderResult should overwrite the extra

fromKey
String

the key of indicating which ContentProviderResult.extras value should overwrite the extra. This value cannot be null .

Returns

This value cannot be null .

Attributes

Remarks

Configure the given extra to be dynamically overwritten using the result of a previous operation. This method will replace any previously defined extras for this key.

Java documentation for android.content.ContentProviderOperation.Builder.withExtraBackReference(java.lang.String, int, java.lang.String).

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

WithExtraBackReference(String, Int32)

Configure the given extra to be dynamically overwritten using the result of a previous operation. This method will replace any previously defined extras for this key.

[Android.Runtime.Register("withExtraBackReference", "(Ljava/lang/String;I)Landroid/content/ContentProviderOperation$Builder;", "GetWithExtraBackReference_Ljava_lang_String_IHandler", ApiSince=30)]
public virtual Android.Content.ContentProviderOperation.Builder WithExtraBackReference(string key, int fromIndex);
[<Android.Runtime.Register("withExtraBackReference", "(Ljava/lang/String;I)Landroid/content/ContentProviderOperation$Builder;", "GetWithExtraBackReference_Ljava_lang_String_IHandler", ApiSince=30)>]
abstract member WithExtraBackReference : string * int -> Android.Content.ContentProviderOperation.Builder
override this.WithExtraBackReference : string * int -> Android.Content.ContentProviderOperation.Builder

Parameters

key
String

the key indicating which extra to configure. This value cannot be null .

fromIndex
Int32

the index indicating which historical ContentProviderResult should overwrite the extra

Returns

This value cannot be null .

Attributes

Remarks

Configure the given extra to be dynamically overwritten using the result of a previous operation. This method will replace any previously defined extras for this key.

Java documentation for android.content.ContentProviderOperation.Builder.withExtraBackReference(java.lang.String, int).

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