ContentProviderOperation.Builder.WithYieldAllowed(Boolean) Method

Definition

[Android.Runtime.Register("withYieldAllowed", "(Z)Landroid/content/ContentProviderOperation$Builder;", "GetWithYieldAllowed_ZHandler")]
public virtual Android.Content.ContentProviderOperation.Builder WithYieldAllowed (bool yieldAllowed);
[<Android.Runtime.Register("withYieldAllowed", "(Z)Landroid/content/ContentProviderOperation$Builder;", "GetWithYieldAllowed_ZHandler")>]
abstract member WithYieldAllowed : bool -> Android.Content.ContentProviderOperation.Builder
override this.WithYieldAllowed : bool -> Android.Content.ContentProviderOperation.Builder

Parameters

yieldAllowed
Boolean

Returns

Attributes

Remarks

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