CallAttributes.Builder.Build Method

Definition

Build an instance of CallAttributes based on the last values passed to the setters or default values.

[Android.Runtime.Register("build", "()Landroid/telecom/CallAttributes;", "", ApiSince=34)]
public Android.Telecom.CallAttributes Build ();
[<Android.Runtime.Register("build", "()Landroid/telecom/CallAttributes;", "", ApiSince=34)>]
member this.Build : unit -> Android.Telecom.CallAttributes

Returns

an instance of CallAttributes

Attributes

Remarks

Build an instance of CallAttributes based on the last values passed to the setters or default values.

Java documentation for android.telecom.CallAttributes.Builder.build().

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