GatewayInfo.OriginalAddress Property

Definition

Returns the address that the user is trying to connect to via the gateway.

public virtual Android.Net.Uri? OriginalAddress { [Android.Runtime.Register("getOriginalAddress", "()Landroid/net/Uri;", "GetGetOriginalAddressHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getOriginalAddress", "()Landroid/net/Uri;", "GetGetOriginalAddressHandler", ApiSince=23)>]
member this.OriginalAddress : Android.Net.Uri

Property Value

Uri
Attributes

Remarks

Returns the address that the user is trying to connect to via the gateway.

Java documentation for android.telecom.GatewayInfo.getOriginalAddress().

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