CallAttributes.Builder.SetCallType(CallType) 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.
Sets the type of call; uses to indicate if a call is a video call or audio call.
[Android.Runtime.Register("setCallType", "(I)Landroid/telecom/CallAttributes$Builder;", "", ApiSince=34)]
public Android.Telecom.CallAttributes.Builder SetCallType(Android.Telecom.CallType callType);
[<Android.Runtime.Register("setCallType", "(I)Landroid/telecom/CallAttributes$Builder;", "", ApiSince=34)>]
member this.SetCallType : Android.Telecom.CallType -> Android.Telecom.CallAttributes.Builder
Parameters
- callType
- CallType
The call type. Value is one of the following: CallAttributes.AUDIO_CALL; CallAttributes.VIDEO_CALL; CallAttributes.MESSAGING
Returns
Builder. This value cannot be null.
- Attributes
Remarks
Sets the type of call; uses to indicate if a call is a video call or audio call.
Android reference for android.telecom.CallAttributes.Builder.setCallType.
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.