GatewayInfo 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
GatewayInfo(IntPtr, JniHandleOwnership) | |
GatewayInfo(String, Uri, Uri) |
GatewayInfo(IntPtr, JniHandleOwnership)
protected GatewayInfo (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Telecom.GatewayInfo : nativeint * Android.Runtime.JniHandleOwnership -> Android.Telecom.GatewayInfo
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
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
GatewayInfo(String, Uri, Uri)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/net/Uri;Landroid/net/Uri;)V", "", ApiSince=23)]
public GatewayInfo (string? packageName, Android.Net.Uri? gatewayUri, Android.Net.Uri? originalAddress);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/net/Uri;Landroid/net/Uri;)V", "", ApiSince=23)>]
new Android.Telecom.GatewayInfo : string * Android.Net.Uri * Android.Net.Uri -> Android.Telecom.GatewayInfo
Parameters
- packageName
- String
- gatewayUri
- Uri
- originalAddress
- Uri
- 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.