ContentProviderOperation.Builder.WithExtras(Bundle) Method
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.
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) .
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.