CallAttributes.Builder.Build 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.
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.