ContentInfo.Builder.SetSource(Int32) Method

Definition

Sets the source of the operation.

[Android.Runtime.Register("setSource", "(I)Landroid/view/ContentInfo$Builder;", "", ApiSince=31)]
public Android.Views.ContentInfo.Builder SetSource(int source);
[<Android.Runtime.Register("setSource", "(I)Landroid/view/ContentInfo$Builder;", "", ApiSince=31)>]
member this.SetSource : int -> Android.Views.ContentInfo.Builder

Parameters

source
Int32

The System.Int32 value used for source.

Returns

The result of the set source operation.

Attributes

Remarks

For details, see the Android reference documentation for android.view.ContentInfo.Builder.setSource.

Java documentation for android.view.ContentInfo.Builder.setSource.

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