ConnectionRequest Constructors
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.
Overloads
ConnectionRequest(PhoneAccountHandle, Uri, Bundle) | |
ConnectionRequest(PhoneAccountHandle, Uri, Bundle, VideoProfileState) |
ConnectionRequest(PhoneAccountHandle, Uri, Bundle)
[Android.Runtime.Register(".ctor", "(Landroid/telecom/PhoneAccountHandle;Landroid/net/Uri;Landroid/os/Bundle;)V", "", ApiSince=23)]
public ConnectionRequest (Android.Telecom.PhoneAccountHandle? accountHandle, Android.Net.Uri? handle, Android.OS.Bundle? extras);
[<Android.Runtime.Register(".ctor", "(Landroid/telecom/PhoneAccountHandle;Landroid/net/Uri;Landroid/os/Bundle;)V", "", ApiSince=23)>]
new Android.Telecom.ConnectionRequest : Android.Telecom.PhoneAccountHandle * Android.Net.Uri * Android.OS.Bundle -> Android.Telecom.ConnectionRequest
Parameters
- accountHandle
- PhoneAccountHandle
The accountHandle which should be used to place the call.
- handle
- Uri
The handle (e.g., phone number) to which the Connection
is to connect.
- extras
- Bundle
Application-specific extra data.
- 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
ConnectionRequest(PhoneAccountHandle, Uri, Bundle, VideoProfileState)
[Android.Runtime.Register(".ctor", "(Landroid/telecom/PhoneAccountHandle;Landroid/net/Uri;Landroid/os/Bundle;I)V", "", ApiSince=23)]
public ConnectionRequest (Android.Telecom.PhoneAccountHandle? accountHandle, Android.Net.Uri? handle, Android.OS.Bundle? extras, Android.Telecom.VideoProfileState videoState);
[<Android.Runtime.Register(".ctor", "(Landroid/telecom/PhoneAccountHandle;Landroid/net/Uri;Landroid/os/Bundle;I)V", "", ApiSince=23)>]
new Android.Telecom.ConnectionRequest : Android.Telecom.PhoneAccountHandle * Android.Net.Uri * Android.OS.Bundle * Android.Telecom.VideoProfileState -> Android.Telecom.ConnectionRequest
Parameters
- accountHandle
- PhoneAccountHandle
The accountHandle which should be used to place the call.
- handle
- Uri
The handle (e.g., phone number) to which the Connection
is to connect.
- extras
- Bundle
Application-specific extra data.
- videoState
- VideoProfileState
Determines the video state for the connection.
- 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.